Mysql 8.0 默认使用 caching_sha2_passWord 身份验证机制 —— 从原来的 mysql_native_password 更改为 caching_sha2_password。 从 5.7 升级 8.0 版
Mysql 8.0 默认使用 caching_sha2_passWord 身份验证机制 —— 从原来的 mysql_native_password 更改为 caching_sha2_password。
从 5.7 升级 8.0 版本的不会改变现有用户的身份验证方法,但新用户会默认使用新的 caching_sha2_password 。
客户端不支持新的加密方式。
修改用户的密码和加密方式。在命令行模式下进入mysql。
输入以下命令:
ALTER USER "root"@"localhost" IDENTIFIED WITH mysql_native_password BY "123456";
原文链接:https://blog.csdn.net/m290345792/article/details/88316962
--结束END--
本文标题: navicat连接异常 authentication plugin 'caching_sha2_password' 问题解决
本文链接: https://lsjlt.com/news/3948.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0