You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
1 year ago
|
[mysqld]
|
||
|
|
||
|
max_connections = 1000
|
||
|
max_connect_errors = 200
|
||
|
|
||
|
character_set_server = utf8mb4
|
||
|
|
||
|
slow_query_log = 1
|
||
|
slow_query_log_file = slow.log
|
||
|
long_query_time = 10
|
||
|
min_examined_row_limit = 100
|
||
|
log-queries-not-using-indexes
|
||
|
log_throttle_queries_not_using_indexes = 10
|
||
|
log_timestamps = system
|