mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-29 12:37:40 +01:00
Added serverTimezone to default MySQL Launch Options
Affects issues: - Close #1495
This commit is contained in:
parent
2fa98b4967
commit
c5ecc4fbbd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user