Renier Posted January 13, 2010 Share Posted January 13, 2010 Hi guys. I'm getting the following warning after upgrading to php version 5.3.1 PHP Warning: mysql_connect(): Headers and client library minor version mismatch. Any idea what could be wrong? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/188307-upgrade-to-php-version-531/ Share on other sites More sharing options...
PFMaBiSmAd Posted January 13, 2010 Share Posted January 13, 2010 It likely means that when you first installed php you copied the msyql client library files to a different location on your computer instead of leaving them in the default location, then when you upgraded you did not copy the new mysql client library files over the old ones and/or you did not restart the web server to get all updated files to take effect. It would take knowing what method and steps you took when you first installed php and knowing what method and steps you took when you upgraded to provide more specific help. Link to comment https://forums.phpfreaks.com/topic/188307-upgrade-to-php-version-531/#findComment-994137 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.