Unable to load authentication plugin 'caching_sha2_password'.
遇到此错误。
具有这种依赖性:
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.12</version>
</dependency>
(8.0.14有相同的错误),我尝试连接的mysql版本是8.0.12。
如何解决该错误(不切换到mysql_native_password)。