Authentication method 'caching_sha2_password' not supported by any of the available plugins.
mysql 8、vs.net2019
在vs.net2019-服务器资源管理器-数据连接 创建mysql连接时,出现Authentication method 'caching_sha2_password' not supported by any of the available plugins. 错误。
解决方法:
1、my.ini 加入以下配置后重启mysql
[mysqld] default_authentication_plugin=mysql_native_password
2、在mysql中新建一个账户root2,使用root2账户连接即可