Helpful Debugging MYSQL JDBC URL Parameters
I recently changed the JDBC urls I have used in my spring configuration for DBCP to add a couple of error debugging properties.
dumpMetadataOnColumnNotFound = Should the driver dump the field-level metadata of a result set into the exception message when ResultSet.findColumn() fails?
&dumpMetaDataOnColumnNotFound=true&dumpQueriesOnException=true" />
The full list of query parameters can be seen at http://dev.mysql.com/doc/refman/5.1/en/connector-j-reference-configuration-properties.html
