[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client



Hello

> Means that is ON and older clients should work also...? but it wont work,
> only way that I get it work was modify mysql user like Justin says:
> 
> mysql> set password for user@localhost = OLD_PASSWORD('somepasswrd');

MySQL seems to behave correctly, please file a bug against the package
you wanted to install if you're sure that it does not work.

	mysql> SELECT OLD_PASSWORD("secret"), PASSWORD("secret");
	+------------------------+--------------------+
	| OLD_PASSWORD("secret") | PASSWORD("secret") |
	+------------------------+--------------------+
	| 428567f408994404       | 428567f408994404   |
	+------------------------+--------------------+

	(with old_passwords=1 set)

bye,

-christian-



Reply to: