In reference to this question, I'm trying to frame the connection string to connect to MySQL database with the following connection parameters, but I'm unable to get it right.
I've referred the documentation that the post is referring to, but I'm unable to resolve even after following the instructions. Can anybody help me in this regard?
Connection Parameters that are being used:
useOldAliasMetadataBehavior=true
useUnicode=true
characterEncoding=UTF-8
Normal connection string: jdbc:mysql://localhost:3307/databaseName
Adding these connection parameters and their corresponding values, how would the connection string be?