[Koha] Koha on Windows 2000 Pro
Owen Leonard
oleonard at athenscounty.lib.oh.us
Fri Dec 1 09:27:15 NZDT 2006
> [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
More information about the Koha
mailing list