Navicat连接MySql8出现2059错误
登陆Mysql数据库
mysql -uroot -p
使用mysql数据库
mysql> use mysql
Database changed
查看用户密码规则
mysql> select user,host,plugin from user;
+------------------+-----------+-----------------------+
| user | host | plugin |
+------------------+-----------+-----------------------+
| root | % | caching_sha2_password |
| mysql.infoschema | localhost | caching_sha2_password |
| mysql.session | localhost | caching_sha2_password |
| mysql.sys | localhost | caching_sha2_password |
| root &n

本文介绍了当使用Navicat连接MySQL8时遇到2059错误的解决方法,包括检查用户密码规则,修改root用户加密方式为mysql_native_password,并刷新权限,最终成功登录。

6130

被折叠的 条评论
为什么被折叠?



