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