Navicat 连接MySQL数据库 报错2059 - authentication plugin 'caching_sha2_password'的解决办法
Posted Happy丶Liu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Navicat 连接MySQL数据库 报错2059 - authentication plugin 'caching_sha2_password'的解决办法相关的知识,希望对你有一定的参考价值。
#在数据库的命令行中输入以下代码即可解决,密码必须要修改 可以再次执行将密码改回来。
use mysql;
ALTER USER ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘password‘;
以上是关于Navicat 连接MySQL数据库 报错2059 - authentication plugin 'caching_sha2_password'的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
Navicat 连接MySQL数据库 报错2059 - authentication plugin 'caching_sha2_password'的解决办法
MySQL连接navicat出现 2059 - authentication plugin ‘caching_sha2_password解决方法