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
ad42ccdc
Commit
ad42ccdc
authored
May 09, 2019
by
xuezj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改最大连接数为1000
parent
be24a43d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
mysql.cnf
tke/mysql5.6/mysql.cnf
+3
-0
mysql.cnf
tke/mysql5.7/mysql.cnf
+3
-0
No files found.
tke/mysql5.6/mysql.cnf
View file @
ad42ccdc
...
@@ -19,6 +19,9 @@ max_allowed_packet = 20M
...
@@ -19,6 +19,9 @@ max_allowed_packet = 20M
connect_timeout = 3600
connect_timeout = 3600
max_connections = 1000
max_user_connection = 600
# wait_timeout = 86400
# wait_timeout = 86400
# interactive_timeout = 86400
# interactive_timeout = 86400
...
...
tke/mysql5.7/mysql.cnf
View file @
ad42ccdc
...
@@ -18,6 +18,9 @@ log_bin=mysql-bin
...
@@ -18,6 +18,9 @@ log_bin=mysql-bin
binlog_cache_size = 5M
binlog_cache_size = 5M
binlog-format = ROW
binlog-format = ROW
max_connections = 1000
max_user_connection = 600
explicit_defaults_for_timestamp = true
explicit_defaults_for_timestamp = true
max_connect_errors = 100
max_connect_errors = 100
max_allowed_packet = 256M
max_allowed_packet = 256M
...
...
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