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

posted @ 2019-09-30 15:27  猖狂的小山猪  阅读(885)  评论(0编辑  收藏  举报