You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so params string should look something like "//localhost:3306/itservice?useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false", and there is no support for such extra parameters for db-params.
The text was updated successfully, but these errors were encountered:
While I'm not a maintainer, if the functionality is needed (some drivers might indeed require options be set via the URL), it seems better to handle it in defdb and make it work for any and all possible databases.
I had the same problem (timezone) until configure the server correct, the parameters would be great addition if possible to work even if you can't access the servers config.
I faced to following issue with local timezone using mysql
http://stackoverflow.com/questions/26515700/mysql-jdbc-driver-5-1-33-time-zone-issue
And I did some workaround for that:
so params string should look something like "//localhost:3306/itservice?useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false", and there is no support for such extra parameters for db-params.
The text was updated successfully, but these errors were encountered: