首页 > 数据库技术 > 详细

navicat连接msql Client does not support authentication protocol requested by server; consider upgrading MySQL client

时间:2018-10-18 14:23:02      阅读:135      评论:0      收藏:0      [点我收藏+]

alter user ‘root‘@‘localhost‘ identified with mysql_native_password by ‘****‘;


flush privileges;

 

进入权限后是 mysql->  这样,输入上面的取修改密码

千万别忘了最后面的分号!!!!

;;;

navicat连接msql Client does not support authentication protocol requested by server; consider upgrading MySQL client

原文:https://www.cnblogs.com/caixiaoyou/p/9810206.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!