Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugi...

mac下MySql启动连接报错:Authentication plugin ‘caching_sha2_password’ cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found。

问题:在连接数据库时不能加载‘caching_sha2_password’这个插件,也就是不能对身份验证。

解决方案:

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

Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugi..._第1张图片

点击配置mysql,
Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugi..._第2张图片

修改完成之后再重新启动mysql就可以测试了,我们来点击测试连接
Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugi..._第3张图片

测试正常结果

Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugi..._第4张图片

测试正常后,我们就可以去添加数据库啦:

Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugi..._第5张图片

你可能感兴趣的:(数据库)