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> mysqlClient does not support authentication protocol requestedby server; consider upgrading MySQL clientTo 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.
新闻热点
疑难解答