Regarding this question, I am trying to create a connection string to connect to a MySQL database with the following connection parameters, but I cannot figure it out.
I referenced the documentation referenced by the post, but I cannot resolve even after following the instructions. Can anyone help me in this regard?
Connection parameters that are used:
useOldAliasMetadataBehavior=trueuseUnicode=truecharacterEncoding=UTF-8
Standard connection string: jdbc:mysql://localhost:3307/databaseName
Adding these connection parameters and their corresponding values, how would the connection string be?
source
share