This forum is no longer active. Please post your questions to our new community site

Forums WAMPStack

PHP MySQL library differs from MySQL server version

Subscribe to PHP MySQL library differs from MySQL server version 2 post(s), 2 voice(s)

 
Avatar palmercomputer 6 post(s)

Just installed WAMPStack, launched PHPAdmin and immediately received warning:

Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.30. This may cause unpredictable behavior.

Can someone explain:

a) Why did BitNami not match the versions in the latest build?

b) What is the best way to update the PHPAdmin and MySQL Versions to match?

Thank you,

Jason.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

The problem is that Apache was compiled with a MySQL 5.0 version and fi you copy the new libmysql.dll does not run correctly. We will maintain the 5.0.x MySQL library at the moment until the new 5.1 version will fully supported.

Forums WAMPStack