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';