使用Mac下的sequel Pro链接数据库时,出现如下问题: ? 1 MySQL said: Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/lib/plugin/caching_sha2_password.so, 2): image not found 问题描述:就是在链接数据库时不能加载‘caching_sha2_password'这个插件,也就是不能对身份验证. 解决方案:…