Hi, I have been running phpunit tests on PHP 5.3 (on Mac OSX 10.6) and I am getting an error:
Zend_Db_Adapter_Exception: SQLSTATE[HY000] [2000] mysqlnd cannot connect to MySQL 4.1+ using old authentication I am using the Zends PDO_MYSQL adapter and the MySQL server is running version 5.0.86. Everything works fine on versions prior to PHP 5.3 (because there is no mysqlnd :) ). How to fix this? Regards, Goran Juric http://gogs.info/ -- View this message in context: http://old.nabble.com/mysqlnd-cannot-connect-to-MySQL-4.1%2B-using-old-authentication-tp26160077p26160077.html Sent from the Zend Framework mailing list archive at Nabble.com.
