SQLyog连接报错 Error No.2058 Plugin caching_sha2_password could not be loaded

SQLyog连接报错 Error No.2058 Plugin caching_sha2_password could not be loaded

打开cmd:mysql -u root -p

输入密码root

进入mysql依次执行下面语句

ALTER USER'root'@'localhost' IDENTIFIED BY 'root' PASSWORD EXPIRE NEVER; #修改加密规则 

ALTER USER'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'; #更新一下用户的密码 

FLUSH PRIVILEGES; #刷新权限

重置密码:alter user'root'@'localhost' identified by 'root';

SQLyog连接报错 Error No.2058 Plugin caching_sha2_password could not be loaded

上一篇:Android中使用HttpGet和HttpPost访问HTTP资源


下一篇:Android SDK content Loader has encountered a problem.parseSdkContent failed