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
I think you should add an option to allow arguments for the mysql connection. For example, I am getting Caused by: io.minimum.minecraft.superbvote.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'serverTimezone' configuration property) to use a more specifc time zone value if you want to utilize time zone support.
which can be fixed with ?useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
The text was updated successfully, but these errors were encountered:
Hello,
I think you should add an option to allow arguments for the mysql connection. For example, I am getting
Caused by: io.minimum.minecraft.superbvote.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'serverTimezone' configuration property) to use a more specifc time zone value if you want to utilize time zone support.
which can be fixed with
?useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
The text was updated successfully, but these errors were encountered: