Added serverTimezone to default MySQL Launch Options

Affects issues:
- Close #1495
This commit is contained in:
Risto Lahtela 2020-06-19 16:31:42 +03:00
parent 2fa98b4967
commit c5ecc4fbbd
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Database:
Password: minecraft
Database: Plan
# Launch options to append after mysql driver address
Launch_options: "?rewriteBatchedStatements=true&useSSL=false"
Launch_options: "?rewriteBatchedStatements=true&useSSL=false&serverTimezone=UTC"
# -----------------------------------------------------
# More information about SSL Certificate Settings:
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up

View File

@ -33,7 +33,7 @@ Database:
Password: minecraft
Database: Plan
# Launch options to append after mysql driver address
Launch_options: ?rewriteBatchedStatements=true&useSSL=false
Launch_options: "?rewriteBatchedStatements=true&useSSL=false&serverTimezone=UTC"
H2:
User: root
Password: minecraft