Mysql8 连接提示 Client does not support authentication protocol requested by server; consider upgradi...

进入mysql安装的bin文件
USE mysql;
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
FLUSH PRIVILEGES;

你可能感兴趣的:(Mysql8 连接提示 Client does not support authentication protocol requested by server; consider upgradi...)