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 Quote Link to comment 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. Quote Link to comment 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.