Update your mysql passwords to a new format or don't use the new mysqlnd driver available since 5.3 (it has nothing to do with ZF)
Cheers Goran Juric wrote: > > 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-tp26160077p26160131.html Sent from the Zend Framework mailing list archive at Nabble.com.
