连接mysql数据库 报错Authentication method ‘caching_sha2_password’ is not supported. 原因:mysql版本身份验证引起的问题 解决方法: 找到MySQL的安装路径,打开之后,找到my.ini文件,编辑。 在【mysqld】的下面添加“default_authentication_plugin=mysql_native_password” 相关文章: