Chinaunix首页 | 论坛 | 博客
  • 博客访问: 544294
  • 博文数量: 298
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 3077
  • 用 户 组: 普通用户
  • 注册时间: 2019-06-17 10:57
文章分类

全部博文(298)

文章存档

2022年(96)

2021年(201)

2019年(1)

我的朋友

分类: Mysql/postgreSQL

2021-06-07 11:40:30

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 'root';

3、flush privileges;

4、ww fhadmin org;


阅读(718) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~