Commit ec791d79 authored by 智勇's avatar 智勇

up

parent 046e621c
...@@ -20,9 +20,6 @@ log_bin=mysql-bin ...@@ -20,9 +20,6 @@ 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
...@@ -37,12 +34,12 @@ innodb_flush_log_at_trx_commit=1 ...@@ -37,12 +34,12 @@ innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=2M innodb_log_buffer_size=2M
table_open_cache=2000 table_open_cache = 2000
key_buffer_size=2M key_buffer_size = 2M
tmp_table_size=6M tmp_table_size = 6M
max_connections=4000 max_connections = 4000
max_user_connections=1000 max_user_connections = 1000
thread_cache_size=120 thread_cache_size = 120
query_cache_type = 0 query_cache_type = 0
query_cache_size = 0 query_cache_size = 0
query_cache_min_res_unit = 1K query_cache_min_res_unit = 1K
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment