51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

1251 – Client does not support authentication protocol requested by server; consider upgrading Mysql client

1251 - Client does not support authentication protocol requested by server; consider upgrading MysOl client

解决方案:

1.3.1 数据库服务用户管理

修改已经创建用户加密插件信息

mysql> alter user 'baimeidashu'@'192.168.30.%' identified with mysql_native_password by '123456';

flush privileges;

mysql> select user,host,authentication_string,plugin from mysql.user;

修改前 :

修改后:

再次测试,登录成功:

赞(3)
未经允许不得转载:工具盒子 » 1251 – Client does not support authentication protocol requested by server; consider upgrading Mysql client