可能很多朋友有遇到过,在Mysql的“#1251”錯誤, 我把它分析一下
問題描述:
連接Mysql時,當密碼正確時提示1251錯誤:
#1251 - Client does not support authentication protocol requested by server; consi
http://mysql.phpres.com/mysql-top2008,71.html
- 发表于:2008年03月17日
1.mysql用户创建:
shell> mysql --user=root mysql
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@localhost IDENTIFIED BY \'something\' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES O
http://mysql.phpres.com/mysql-top2008,57.html
- 发表于:2008年03月17日