30 Nov
2006
30 Nov
'06
8:27 p.m.
[Thu Nov 30 14:40:25 2006] [error] [client 127.0.0.1] DBI connect('blank224:localhost','koha',...) failed: Client does not support authentication protocol requested by server; consider upgrading MySQL
I've run into this error before with PHP applications, and the solution has always been to use mysql's OLD_PASSWORD() function: http://dev.mysql.com/doc/refman/5.0/en/old-client.html mysql> SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('original_koha_password'); Maybe that will help in this case as well, Owen ---- Web Developer Nelsonville Public Library http://www.athenscounty.lib.oh.us