码迷,mamicode.com
首页 > 其他好文 > 详细

Authentication plugin 'caching_sha2_password' cannot be loaded

时间:2018-08-13 23:56:01      阅读:698      评论:0      收藏:0      [点我收藏+]

标签:连接   use   The   docke   解决方案   mysq   with   ash   erro   

问题:

连接Docker启动的mysql出现:ERROR 2059 (HY000): Authentication plugin ‘caching_sha2_password‘ cannot be loaded

C:\mysqldata>mysql -h 127.0.0.1 -P 13306 -uroot -p
Enter password: ****
ERROR 2059 (HY000): Authentication plugin ‘caching_sha2_password‘ cannot be loaded: ÕÒ²»µ½Ö¸¶¨µÄÄ£¿é¡£

解决方案:

1.进入mysql容器

docker exec -it mysql2 /bin/bash

2.进入mysql

mysql -uroot -pmima

3.修改密码

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

Authentication plugin 'caching_sha2_password' cannot be loaded

标签:连接   use   The   docke   解决方案   mysq   with   ash   erro   

原文地址:https://www.cnblogs.com/icebutterfly/p/9471547.html

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