fix: Solving the timezone issue in Redis, as well as the problem of MySQL logs always being in UTC timezone. (#268)

This commit is contained in:
loveiwei
2023-11-15 20:48:52 +08:00
committed by GitHub
parent 8856115e7c
commit 3b73971bf8
3 changed files with 5 additions and 3 deletions

View File

@@ -52,4 +52,5 @@ sql_mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY
#log-error = /var/log/mysql/error.log
# By default we only accept connections from localhost
#bind-address = 127.0.0.1
# Disabling symbolic-links is recommended to prevent assorted security risks
# Disabling symbolic-links is recommended to prevent assorted security risks
log_timestamps = SYSTEM