{{theTime}}

Search This Blog

Total Pageviews

Eclipse plugin for Tortoise Subversionsvn

http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA

No comments:

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