首页 > 数据库技术 > 详细

Navicat连接Mysql报错:Client does not support authentication protocol requested by server;

时间:2019-01-15 13:13:19      阅读:175      评论:0      收藏:0      [点我收藏+]

Navicat连接Mysql报错:Client does not support authentication protocol requested by server;

  刚安装Mysql,想用Navicat去连接,然后就报错了,此处记录报错解决。

  Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested  by server;解决如下:

技术分享图片

命令如下:

1、use mysql;

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

3、flush privileges;

 

Navicat连接Mysql报错:Client does not support authentication protocol requested by server;

原文:https://www.cnblogs.com/Joezhang433/p/10270822.html

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