I have apache, php, and mysql all installed from source. When I update mySQL to the latest version (5.1.46), do I need to update anything on the php side for it to be able to work with the new version?
Many Thanks
Edit: I'm updating from 5.1.45
See: http://forge.mysql.com/wiki/Which_PHP_Driver_for_MySQL_should_I_use
See what versions you have by running phpinfo();
Well I upgraded MySQL and restarted apache, and it all appears to be working. The new version numbers show up in phpinfo() so it's all fine.