MySQL Server8.0版本時出現Client does not support authentication protocol requested by servermysql
解決方法:sql
一、root 命令行登陸ide
二、use mysql命令行
三、alter user '登陸帳號'@'%' identified with mysql_native_password by '登陸密碼';server
四、flush privilegesit
從新登陸便可解決問題io