Unable to load authentication plugin 'caching_sha2_password'.
Getting this error.
Have this dependency:
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.12</version>
</dependency>
(8.0.14 has the same error) and the version of mysql I try to connect to is 8.0.12.
How can I fix that error (without switching to mysql_native_password).