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

mysql8.0 Authentication plugin 'caching_sha2_password' cannot be loaded

时间:2019-05-31 16:45:12      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:alt   bash   mysq   ide   user   pass   http   sha   flush   

最近新下载的mysql8.0在我设置密码之后登陆的时候报错

 

技术图片

 

进入容器中

docker exec -it mysql bash

进入mysql 命令行

ALTER USER ‘root‘@‘%‘ IDENTIFIED WITH mysql_native_password BY ‘root‘;

这flush privileges;  就可以解决

mysql8.0 Authentication plugin 'caching_sha2_password' cannot be loaded

标签:alt   bash   mysq   ide   user   pass   http   sha   flush   

原文地址:https://www.cnblogs.com/bj-xiaodao/p/10955733.html

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