Page 1 of 1

mySqld version

PostPosted: 07. March 2014 06:19
by ihsaan
I've installed xampp 1.8.1 and 1.8.3 and when I check phpinfo() it shows mysqld verion 5.0.11 and according to my understanding with xampp 1.8.3 it should be msyql 5.6.11 How do I rectify this?

Re: mySqld version

PostPosted: 07. March 2014 06:22
by Altrea
5.0.11 is just the MySQL Client API version.

To find out which MySQL Server version you are running with open the XAMPP Shell from your XAMPP control panel and execute the command
Code: Select all
mysql -V