SQLyog连接数据库 提示错误plugin caching_sha2_password could not be loaded

 《SQLyog连接数据库 提示错误plugin caching_sha2_password could not be loaded》

 

 1.打开mysql cmd

2.执行语句

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

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

FLUSH PRIVILEGES; #刷新权限

alter user ‘root’@’localhost’ identified by ‘123fzw’; #重置密码

《SQLyog连接数据库 提示错误plugin caching_sha2_password could not be loaded》

 

    原文作者:子武不是字母
    原文地址: https://www.cnblogs.com/Zev_Fung/p/9994376.html
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞