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

时间:2016-02-06 12:27:22   收藏:0   阅读:1787

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.

原文:http://www.jb51.net/article/10345.htm

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!