MySQL said: Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/...

使用Mac下的workbench链接数据库时,出现如下问题:

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'这个插件,也就是不能对身份验证。

解决方案:

打开系统偏好设置,找到mysql,点击Initialize Database。
输入你的新密码,记住这个密码,用于后期链接数据库的登陆使用。
选择‘Use legacy password‘。
重启mysql服务。
使用sequel Pro链接。

MySQL said: Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/..._第1张图片
这样在使用workbench链接数据库,如下图所示:

MySQL said: Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/..._第2张图片

点击“connect”后,进入到sequel Pro的管理界面,完成登陆。

原文链接:https://blog.csdn.net/qq_30507287/article/details/80217025

你可能感兴趣的:(计算机,mysql)