Re: "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client"
Date: June 12, 2008 04:08AM
Thanks Jon! I had simmilar problem with Mysql 5.0.51a-com and codeIgniter v 1.6.2 and your solution works! Thank you! Cheers :)
John son Wrote:
-------------------------------------------------------
> With this i have solved this problem, try from
> commond promt
>
> mysql >SET PASSWORD FOR 'username'@'localhost' =
> OLD_PASSWORD('new_password_here');