原文:mac 下Navicat premium 连接不上MySQL 报错解决办法2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(../Frameworks/caching_sha2_password.so, 2): image not found

登陆MySQL 执行下面的命令 ALTER USER root localhost IDENTIFIED WITH mysql native password BY 你的密码 ...

2018-12-04 20:29 0 1317 推荐指数:

查看详情

2059 - Authentication plugin 'caching_sha2_password' cannot be loaded dlope

今天在mac上使用navicat连接mysql报错弄了一午,各种查询踩坑,总算解决了。 即从mysql5.7版本之后,默认采用了caching_sha2_password验证方式,我用的mysql8.0,于是就遇到了这个问题。 解决办法: 修改代理的方式。换成第二种,即可连接成功 ...

Fri Apr 10 05:41:00 CST 2020 0 1082
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM