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
ec791d79
Commit
ec791d79
authored
Jun 26, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
046e621c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
mysql.cnf
tke/mysql5.7/mysql.cnf
+6
-9
No files found.
tke/mysql5.7/mysql.cnf
View file @
ec791d79
...
...
@@ -20,9 +20,6 @@ log_bin=mysql-bin
binlog_cache_size = 5M
binlog-format = ROW
max_connections = 1000
max_user_connection = 600
explicit_defaults_for_timestamp = true
max_connect_errors = 100
max_allowed_packet = 256M
...
...
@@ -37,12 +34,12 @@ innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=2M
table_open_cache
=
2000
key_buffer_size
=
2M
tmp_table_size
=
6M
max_connections
=
4000
max_user_connections
=
1000
thread_cache_size
=
120
table_open_cache
=
2000
key_buffer_size
=
2M
tmp_table_size
=
6M
max_connections
=
4000
max_user_connections
=
1000
thread_cache_size
=
120
query_cache_type = 0
query_cache_size = 0
query_cache_min_res_unit = 1K
...
...
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