mysql Authentication plugin 'caching_sha2_password' is not supported问题处理
Posted kerwin cui
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql Authentication plugin 'caching_sha2_password' is not supported问题处理相关的知识,希望对你有一定的参考价值。
使用mysql8.0版本,登录失败,提示 Authentication plugin ‘caching_sha2_password‘ is not supported。
原因是在MySQL 8.0以后,默认的密码加密方式是caching_sha2_password而不是mysql_native_password。
解决方法:
1.登录mysql数据库 mysql -u root -p
2.更新身份认证方式 ALTER USER ‘你的用户名‘ IDENTIFIED WITH mysql_native_password BY ‘你的用户密码‘;
以上是关于mysql Authentication plugin 'caching_sha2_password' is not supported问题处理的主要内容,如果未能解决你的问题,请参考以下文章
MySQL身份验证——Pluggable Authentication
NativeForMySQL 连接MySQL8 提示:1251- Client does not support authentication protocol
Shiro系列之Shiro+Mysql实现用户认证(Authentication)
MySQL Authentication Failed问题分析与解决对策
mysql错误:this authentication plugin is not supported
Navicat连接Docker中的mysql报错:client does not support authentication