主页 > 知识库 > mysql 8.0 错误The server requested authentication method unknown to the client解决方法

mysql 8.0 错误The server requested authentication method unknown to the client解决方法

热门标签:悟空科技电话机器人 真人语音电话机器人 怎么在地图标注位置生成图片 福建外呼系统定制化 铜陵防封电销卡 腾讯地图标注提升 美国反骚扰电话机器人 400电话可以免费申请吗 电销卡外呼系统供应商

mysql 安装了最新版本8.0.11后创建用户并授权后,授权的用户连接数据库提示

The server requested authentication method unknown to the client

查阅一些相关的资料后发现是由于新版本的mysql账号密码解锁机制不一致导致的

解决办法:

删除创建的用户和授权,

  1. 找到mysql配置文件并加入
  2. default_authentication_plugin=mysql_native_password

变为原来的验证方式,然后从新创建用户并授权即可

mysql -uroot -p
use mysql;
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '你的密码';

 以上就是出现这个错误的解决方法,如果大家还有更好的解决方案可以给在脚本之家微信公众号留言,感谢大家对脚本之家的支持。

您可能感兴趣的文章:
  • Python使用QQ邮箱发送邮件报错smtplib.SMTPAuthenticationError
  • django认证系统 Authentication使用详解
  • Java Jedis NOAUTH Authentication required问题解决方法
  • 如何解决redis的NOAUTH Authentication required异常
  • springboot+Oauth2实现自定义AuthenticationManager和认证path
  • HTTP基本认证(Basic Authentication)的JAVA实例代码
  • form身份验证通过后,只能用FormsAuthentication.RedirectFromLoginPage
  • Spring Security如何基于Authentication获取用户信息

标签:临汾 湖南 聊城 湖北 武威 乌海 云浮 白银

巨人网络通讯声明:本文标题《mysql 8.0 错误The server requested authentication method unknown to the client解决方法》,本文关键词  mysql,8.0,错误,The,server,requested,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《mysql 8.0 错误The server requested authentication method unknown to the client解决方法》相关的同类信息!
  • 本页收集关于mysql 8.0 错误The server requested authentication method unknown to the client解决方法的相关信息资讯供网民参考!
  • 推荐文章