mac mysql连接sequel pro Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found

错误信息
Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found

注意,这个问题是 MySQL 的问题,不是客户端问题,
我用 Navicat Premium 和 Sequel Pro 连接本地 MySQL 都是显示一样的错误。

解决方法
mysql > ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'yourpassword';

猜你喜欢

转载自www.cnblogs.com/photo520/p/11612943.html
今日推荐