码上快乐
1秒登录
首页
榜单
标签
关于
搜索
相关内容
简体
繁体
解决Navicat for MySQL 连接 Mysql 8.0.11 出现1251- Client does not support authentication protocol 错误
本文转载自
查看原文
2019-06-15 16:09
493
mysql
项目中连接数据库出现 ERROR: Client does not support authentication protocol requested by server; consider upgrading MySQL client
解决方案
1. 打开命令行小黑屏,进入MySQL的bin目录,然后输入mysql -u root -p,输入密码**
2. ALTER USER 'root'@'localhost' IDENTIFIED WITHmysql_native_password BY 'password'; #更新一下用户的密码
3.FLUSH PRIVILEGES; #刷新权限
×
免责声明!
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。
猜您在找
解决Navicat for MySQL 连接 Mysql 8.0.11 出现1251- Client does not support authentication protocol 错误
Navicat连接mysql8.0.1版本出现1251--Client does not support authentication protocol requested by server的解决
navicat连接mysql出现Client does not support authentication protocol requested by server解决方案
navicat 连接 mysql 解决出现client does not support authentication protocol requested by server的问题
连接mysql8.0版本出现1251--Client does not support authentication protocol requested by server的解决
navicat 连接 mysql 出现Client does not support authentication protocol requested by server
navicat 连接 mysql 提示Client does not support authentication protocol requested by server错误
云主机在Docker创建MySQL容器后本地Navicat连接出现:1251—Clients does not support authentication protocol……
node连接mysql数据库出现Client does not support authentication protocol requested by server;的错误
解决Navicat连接MySQL时“Client does not support authentication protocol requested by server; consider upgrading MySQL client”的问题
粤ICP备18138465号
© 2018-2025 CODEPRJ.COM