Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Creating a database connection for MySQL db and need AdditionParams for
LoginTimeout, ConnectionRetry and ConnectionRetryDelay.
Currently, I've setup like this but it is throwing error that a value should be true or false.
noDatetimeStringSync=true;LoginTimeout=30;ConnectionRetryCount=10;ConnectionRetryDelay=10
Hello,
How did you define the additional_parameters inside your component / metadata file ?
Instead of using ";" try to do this by replacing ";" with "&" in the "Additional JDBC Parameters"
"noDatetimeStringSync=true&LoginTimeout=30&ConnectionRetryCount=10&ConnectionRetryDelay=10"
It worked for me, using a Wamp with MySQL 5.7.24
EDIT : here's a useful link Multiple additional parameters