mysql caching_sha2_password异常分析
Posted 架构师小跟班
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql caching_sha2_password异常分析相关的知识,希望对你有一定的参考价值。
使用navicat连接mysql报错
解决办法:
通过命令行登录mysql后,
输入:
alter user \'root\'@\'localhost\' IDENTIFIED WITH mysql_native_password BY \'123456\';
更改root账户使用的验证插件为mysql_native_password。
以上是关于mysql caching_sha2_password异常分析的主要内容,如果未能解决你的问题,请参考以下文章
Mysql8.0升级后,Navicat连接报错caching_sha2_password 问题
mysql8.0 Authentication plugin 'caching_sha2_password' cannot be loaded
mysql8.0 Authentication plugin 'caching_sha2_password' cannot be loaded
mysql8.0 Authentication plugin 'caching_sha2_password' cannot be loaded
Navicat 连接MySQL数据库 报错2059 - authentication plugin 'caching_sha2_password'的解决办法