apachelion Posted April 1, 2010 Share Posted April 1, 2010 Hey! I have a local server setup on Windows Vista, and I have manually installed the latest versions of Apache and MySQL. I am using Drupal, and, unfortunately, I can't upgrade to PHP 5.3 because of some modules lagging in development. My question is, Can I still use the latest version of MySQL (5.1.45) with the older PHP connector v5.0.51a or should I downgrade my MySQL installation for compatibility? I haven't encountered any problems as of yet except the nagging phpMyAdmin warning "Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.45. This may cause unpredictable behavior." I did a bit of research on this topic, and it seems like there is no way around the outdated php_mysql.dll except for downgrading. Is that necessary, or can I just ignore the message? I am not an advanced user, so I am just wondering whether there is going to be a big difference in what version of MySQL I have. P.S. Which version of MySQL would you recommend I run on my web host, given I have to use PHP 5.2.x? Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/197235-which-version-of-mysql-for-php-5213/ Share on other sites More sharing options...
PFMaBiSmAd Posted April 1, 2010 Share Posted April 1, 2010 libmysql.dll is the client library that the version warning message is referring to, not the php_mysql.dll. The only unpredictable behavior of using a close but older version of the client library is that you cannot use features added in the latest version of the mysql server. Your mysql 'bin' folder should contain a libmysql.dll file that you can use. Quote Link to comment https://forums.phpfreaks.com/topic/197235-which-version-of-mysql-for-php-5213/#findComment-1035297 Share on other sites More sharing options...
apachelion Posted April 2, 2010 Author Share Posted April 2, 2010 Thanks a lot for your help. Should I replace the libmysql.dll in my PHP installation folder with the one from the newest MySQL, or should I just ignore the message completely? Quote Link to comment https://forums.phpfreaks.com/topic/197235-which-version-of-mysql-for-php-5213/#findComment-1035756 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.