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   收藏:0   阅读:611

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;

 

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!