2020-03-05
阅读量:
737
Navicat连接mysql数据库报错
Navicat连接MySQL Server时出现Client does not support authentication protocol requested by server;
解决如下:
打开mysql命令行:
依次输入命令:
1、use mysql;
2、alter user 'root'@'localhost' identified with mysql_native_password by '********';
3、flush privileges;

注意:";" 不能忘记了







评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论