首页 > 其他 > 详细

2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(../Frameworks/caching_sha2_password.so, 2): image not found

时间:2019-02-24 12:15:29      阅读:611      评论:0      收藏:0      [点我收藏+]

mac本地安装mysql后,navicat连接报错:

2059 - Authentication plugin caching_sha2_password cannot be loaded: dlopen(../Frameworks/caching_sha2_password.so, 2): image not found

 

解决方法

在控制台登陆后重新改下密码即可

ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY 123456;

 

2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(../Frameworks/caching_sha2_password.so, 2): image not found

原文:https://www.cnblogs.com/saysmy/p/10425675.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!