Mysql

关注公众号 jb51net

关闭
首页 > 数据库 > Mysql >

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

作者:

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

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.

您可能感兴趣的文章:
阅读全文