Client does not support authentication protocol requested by server; consider upgrading MySQL client
mysql -u root -p
查看用户信息
select host,user,plugin,authentication_string from mysql.user;
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'newpassword'; #更新一下用户的密码 root用户...
原创
2019-12-15 16:05:43 ·
122 阅读 ·
0 评论