SQLyog连接报错 Error No.2058 Plugin caching_sha2_password could not be loaded
Posted 森大科技
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQLyog连接报错 Error No.2058 Plugin caching_sha2_password could not be loaded相关的知识,希望对你有一定的参考价值。
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!
https://cnsendnet.taobao.com
来自森大科技官方博客
http://www.cnsendblog.com/index.php/?p=997
打开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\';
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!
https://cnsendnet.taobao.com
来自森大科技官方博客
http://www.cnsendblog.com/index.php/?p=997
以上是关于SQLyog连接报错 Error No.2058 Plugin caching_sha2_password could not be loaded的主要内容,如果未能解决你的问题,请参考以下文章
Xshell SSH连接报错Socket error Event: 32 Error: 10053
MobaXterm连接报错Network error: Connection timed out
LDAP抛出Error Code 3 - Timelimit Exceeded 异常,导致CAS连接报错
mysql连接报错 ERROR 2002 (HY000): Can't connect to local MySQL server through socket
mac mysql连接报错ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using pa