上篇刚写了安装Mysql,想用Navicat去链接,而后就报错了,此处记录报错解决。mysql
Navicat链接MySQL Server8.0版本时出现Client does not support authentication protocol requested by server;解决以下:sql
命令以下:ide
一、use mysql;3d
二、alter user 'root'@'localhost' identified with mysql_native_password by '********';server
三、flush privileges;blog