2059

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