当出现authentication plugin 'caching_sha2_password'错误时 用命令行登陆mysql并执行如下代码mysql
mysql -uroot -p123456;
alter user 'root'@'localhost' identified with mysql_native_password by '你的密码';