Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-dockerfiles
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qg-dockerfiles
Commits
935dde5a
Commit
935dde5a
authored
May 13, 2019
by
xuezj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复时区问题
parent
ad42ccdc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
mysql.cnf
tke/mysql5.6/mysql.cnf
+2
-0
mysql.cnf
tke/mysql5.7/mysql.cnf
+2
-0
No files found.
tke/mysql5.6/mysql.cnf
View file @
935dde5a
...
@@ -4,6 +4,8 @@ port = 3306
...
@@ -4,6 +4,8 @@ port = 3306
server-id = 4294967295
server-id = 4294967295
skip-slave-start
skip-slave-start
default-time-zone='+08:00'
slow_query_log = 0
slow_query_log = 0
log-bin=mysql-bin
log-bin=mysql-bin
...
...
tke/mysql5.7/mysql.cnf
View file @
935dde5a
...
@@ -7,6 +7,8 @@ default-storage-engine = innodb
...
@@ -7,6 +7,8 @@ default-storage-engine = innodb
skip-name-resolve
skip-name-resolve
innodb_autoinc_lock_mode = 2
innodb_autoinc_lock_mode = 2
default-time-zone='+08:00'
show_compatibility_56=on
show_compatibility_56=on
log_timestamps=SYSTEM
log_timestamps=SYSTEM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment