当前位置: 首页 > 工具软件 > MySQL Client > 使用案例 >

Mysql 8.0.5 提示 consider upgrading MySQL client 解决方法

海嘉赐
2023-12-01

Mysql8 连接提示 Client does not support authentication protocol requested by server; consider upgrading MySQL client 解决方法

 

》USE mysql;


》ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';


》FLUSH PRIVILEGES;

 类似资料: