Navicat 连接 Mysql 错误 2059 - Authentication plugin 'caching_sha2_password'

错误信息:
2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(../Frameworks/caching_sha2_password.so, 2): image not found

处理方法:
在控制台执行以下 sql:

use mysql;
ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '123456';
posted @ 2018-11-12 10:22  Godfunc  阅读(320)  评论(0编辑  收藏  举报