上篇剛寫了安裝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