HLP Me plz! Audition Development by which MySQL Server?
HLP Me plz! Audition Development by which MySQL Server?
MySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. .....
Client does not support authentication protocol requested by server;consider upgrading MySQL client
so I can use
"
mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
or
mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd')
-> WHERE Host = 'some_host' AND User = 'some_user';
mysql> FLUSH PRIVILEGES; "
to run it , But another problem has arisen!
In any case passwords are wrong!
Re: HLP Me plz! Audition Development by which MySQL Server?
try to reinstall MYSQL and use commands again ..Good luck
Re: HLP Me plz! Audition Development by which MySQL Server?
Re: HLP Me plz! Audition Development by which MySQL Server?
the answer is there ^^thank you,slickone~~