600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > navicat连接mysql报错:client does not support authentication protocal requested by server

navicat连接mysql报错:client does not support authentication protocal requested by server

时间:2019-05-11 11:35:28

相关推荐

navicat连接mysql报错:client does not support authentication protocal requested by server

场景:

mysql version:

分析:mysql搭建成功之后没有给localhost赋权

解决方法;

1、通过root用户连接mysql

2、执行以下命令:

mysql>alter user 'root'@'localhost' identified with mysql_native_password by `123456`;

mysql>FLUSH PRIVILEGES;

3、重新使用navicat连接成功

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