标签:安装mysql inf requested nav 图片 auth bubuko serve 报错
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;
标签:安装mysql inf requested nav 图片 auth bubuko serve 报错
原文地址:https://www.cnblogs.com/Joezhang433/p/10270822.html