mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-01 14:07:54 +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
|
Password: minecraft
|
||||||
Database: Plan
|
Database: Plan
|
||||||
# Launch options to append after mysql driver address
|
# 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:
|
# More information about SSL Certificate Settings:
|
||||||
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
# https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||||
|
@ -33,7 +33,7 @@ Database:
|
|||||||
Password: minecraft
|
Password: minecraft
|
||||||
Database: Plan
|
Database: Plan
|
||||||
# Launch options to append after mysql driver address
|
# Launch options to append after mysql driver address
|
||||||
Launch_options: ?rewriteBatchedStatements=true&useSSL=false
|
Launch_options: "?rewriteBatchedStatements=true&useSSL=false&serverTimezone=UTC"
|
||||||
H2:
|
H2:
|
||||||
User: root
|
User: root
|
||||||
Password: minecraft
|
Password: minecraft
|
||||||
|
Loading…
Reference in New Issue
Block a user