The solution is to add this connection string
to the end of the JDBC URL. For example :
Other useful additions to the connection string are
and
characterEncoding=UTF8
for internationalisation, giving you : jdbc:mysql://localhost:3306/mydatabase?logger=com.mysql.jdbc.log.StandardLogger&useUnicode=true&characterEncoding=UTF8
NOTE: Don't use the connection string box in the datasource form as this doesn't work for "other" type datasources.



There are no comments for this entry.
[Add Comment]