码迷,mamicode.com
首页 > 数据库 > 详细

mysql8.0 Authentication plugin 'caching_sha2_password' cannot be loaded

时间:2018-12-13 17:45:56      阅读:371      评论:0      收藏:0      [点我收藏+]

标签:mysq   ide   load   password   mys   can   ann   The   cannot   

#修改加密规则
alter user ‘root‘@‘localhost‘ identified by ‘你的密码‘ password expire never;

#更新用户密码
alter user ‘root‘@‘localhost‘ identified with mysql_native_password by ‘你的密码‘;

#刷新权限
flush privileges;

#重新重置密码
alter user ‘root‘@‘localhost‘ identified by ‘你的密码‘;

mysql8.0 Authentication plugin 'caching_sha2_password' cannot be loaded

标签:mysq   ide   load   password   mys   can   ann   The   cannot   

原文地址:https://www.cnblogs.com/sininsis/p/10115227.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!