当前位置:主页 > 数据库 > Mysql >

MYSQL出现" Client does not support authentication "的解决方法

时间:2021-06-05 08:57:15 | 栏目:Mysql | 点击:

MYSQL 帮助:

A.2.3 Client does not support authentication protocol

MySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. If you upgrade the server to 4.1, attempts to connect to it with an older client may fail with the following message:

shell> mysql
Client does not support authentication protocol requested
by server; consider upgrading MySQL client

To solve this problem, you should use one of the following approaches:

For additional background on password hashing and authentication, see section 5.5.9 Password Hashing in MySQL 4.1.

您可能感兴趣的文章:

相关文章