We've got two machine running BSD/OS, the same version of Apache, mySQL, and up to a couple of days ago, PHP 4.1.1.
Upgraded one machine to PHP 4.2.0, and now anything using mysql_connect() refuses to connect. This includes the stuff we've written, but also phpMyAdmin.
We can get to mysql directly on the command line. But there's no joy in connecting with the PHP interface.
Is this a known issue, or could it be something that's wrong in php.ini, or ???? This is kind of a showstopper, since we wanted to move to the newer PHP so that we had some fixes for reported security problems.
Thanks.