{{theTime}}

Search This Blog

Total Pageviews

Java6.0 includes Database based on Apache Derby.

Java6.0 cobundles Java JDBC database, Java DB based on Apache Derby.No need to find and configure own JDBC database.Will provide JDBC4.0 API with improvements like support for XML as an SQL datatypeBetter Integration of BLOBS and CLOBS.

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