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

mysql8.0 Authentication plugin 'caching_sha2_password' cannot be loaded

时间:2018-12-13 19:26:37      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:load   root   刷新   mys   ann   alt   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

标签:load   root   刷新   mys   ann   alt   cannot   用户密码   重置密码   

原文地址:https://www.cnblogs.com/maluscalc/p/10115391.html

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