{{theTime}}

Search This Blog

Total Pageviews

Sorry, the page you were looking for in this blog does not exist.
Sorry, the page you were looking for in this blog does not exist.

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false