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

Note that this problem is MySQL problem, not the client problem,
I use Navicat Premium and Sequel Pro connect to local MySQL are displaying the same error.

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

Guess you like

Origin www.cnblogs.com/photo520/p/11612943.html