Hi All,
I believe this would be the correct forum for this question.
I just finished installing PHP (5.2.9-2), MySQL (5.0.51a) and Apache (2.2.11) on our new server (Windows 2003 Server) and I am working thru all the configs, and in phpMyAdmin, I am getting this error.
Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.34
I have read about 50 posts regarding this and not one has helped me solve it.
Some stated that it is nothing to be concerned about, but since this will host our site, I do not want anything I can resolve now, to come back to 'hinder me' later.
phpMyAdmin page:
Server version: 5.1.34-community
* Apache/2.2.11 (Win32) PHP/5.2.9-2
* MySQL client version: 5.0.51a
* PHP extension: mysql
phpinfo page:
mysql
Client API version 5.0.51a
mysqli
Client API version 5.0.51a
Client API header version 5.0.51a
I have tried to copy the libmySQL.dll from the MySQL Server 5.1/bin directory to the PHP directory, the windows directory and the System32, and nothing worked. Either I get the same error, or a communication problem when I go to the phpMyAdmin page.
Does anyone have any fixes for this?
Thanks in advance,
Don