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
7e31066a
Commit
7e31066a
authored
Oct 29, 2021
by
温海元
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify max_user_connection to 1000
parent
80a79c4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
.DS_Store
.DS_Store
+0
-0
.DS_Store
tke/.DS_Store
+0
-0
mysql.cnf
tke/mysql5.6/mysql.cnf
+5
-2
No files found.
.DS_Store
0 → 100644
View file @
7e31066a
File added
tke/.DS_Store
View file @
7e31066a
No preview for this file type
tke/mysql5.6/mysql.cnf
View file @
7e31066a
...
@@ -26,8 +26,11 @@ max_allowed_packet = 20M
...
@@ -26,8 +26,11 @@ max_allowed_packet = 20M
connect_timeout = 3600
connect_timeout = 3600
max_connections = 1000
#max_connections = 1000
max_user_connection = 600
#max_user_connection = 600
max_connections = 1200
max_user_connection = 1000
# wait_timeout = 86400
# wait_timeout = 86400
...
...
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