1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client\"的解决方法
有人用这个软件吗?MySQL-Front /mysql/ 我在用root帐户连接mysql数据库时提示有错误如下:1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client 我的数据库是可以用。但匿名帐户却可以连接
--------------------------------------------------------------- 在更新到 4.1.17 版本的 MySQL 后,发现需要使用 MySQLi 扩展方能正常使用数据库,否则会出现 1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client 的提示,这个很纳闷,我没有研究具体的问题,只是切换到 MySQLi 扩展,其实在给 root 加上密码前还是可以使用 MySQL 扩展的,可是给 root 加上密码后就出现了上述客户端版本太低的提示。
目前已知解决方法:
先用root登录MYSQL服务器,执行
mysql>set password for user1@"localhost"=old_password(‘yourPassword‘);