2000字范文,分享全网优秀范文,学习好帮手!
2000字范文 > Navicat连接MySQL8报错:Client does not suport authentication protocal requested by server

Navicat连接MySQL8报错:Client does not suport authentication protocal requested by server

时间:2021-06-04 11:41:49

相关推荐

Navicat连接MySQL8报错:Client does not suport authentication protocal requested by server

解决方法:

在 命令提示符界面 进入 mysql安装路径下的bin目录,输入命令:mysql -u root -p

在输入密码,进入mysql操作页面。

依次输入如下命令即可:

use user;alter user 'root'@'localhost' identified with mysql_native_password by 'xxxxxx';flush privileges;

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。