我是用自己的机器作为服务器的,当装完执行http://localhost/cgi-bin/mt-load.cgi时,显示错误信息:“Bad ObjectDriver config: Connection error: Client does not support authentication protocol requested by server; consider upgrading MySQL client” 最后在http://www.movabletype.org的论坛上翻了一遍,最后找到了错误原因:
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
http://dev.mysql.com/doc/mysql/en/old-client.html
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
http://dev.mysql.com/doc/mysql/en/old-client.html
回复Comments
作者:
{commentrecontent}