错误:
Client does not support authentication protocol requested by server; consider upgrading MySQL client
解决办法
1、
alter user 'root'@'localhost' identified with mysql_native_password by '我是密码';
2、
flush privileges
再次重新登录就好了
错误:
Client does not support authentication protocol requested by server; consider upgrading MySQL client
解决办法
1、
alter user 'root'@'localhost' identified with mysql_native_password by '我是密码';
2、
flush privileges
再次重新登录就好了