2059-authentication plugin 'caching_sha2_password"cnnot bt loaded :mysql8.0数据库连接不上(Navicat)
Posted java-bhp
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2059-authentication plugin 'caching_sha2_password"cnnot bt loaded :mysql8.0数据库连接不上(Navicat)相关的知识,希望对你有一定的参考价值。
原因:8.0改变了 身份验证插件 , 打开 my.ini (或者my.cofg) 可以看到变更了 5.7及其以前的方式:mysql_native_password
办法:
1:命令行键入数据库:
mysql -uroot -p
2:键入密码后,执行:
ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY ‘密码‘;
密码更改为自己数据库的密码;
最终出现:Query OK, 0 rows affected (0.04 sec)则成功;
以上是关于2059-authentication plugin 'caching_sha2_password"cnnot bt loaded :mysql8.0数据库连接不上(Navicat)的主要内容,如果未能解决你的问题,请参考以下文章
MySQL - 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded
MySQL - 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded
MySQL连接navicat出现 2059 - authentication plugin ‘caching_sha2_password解决方法
Navicat连接MySQL报错2059 - authentication plugin caching_sha2_password”
MySQL-错误:2059 - Authentication plugin 'caching_sha2_password' cannot be loaded
2059-Authentication plugin'caching_sha2_password'cannot be loaded