import files
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[mysqld]
|
||||
binlog_cache_size = 32768
|
||||
character_set_server = utf8mb4
|
||||
collation_server = utf8mb4_unicode_ci
|
||||
innodb_file_per_table = 1
|
||||
innodb_flush_method = O_DIRECT
|
||||
innodb_log_buffer_size = 8388608
|
||||
innodb_log_file_size = 134217728
|
||||
key_buffer_size = 16777216
|
||||
# local_infile = 1
|
||||
log_bin_trust_function_creators = 1
|
||||
log_output = FILE
|
||||
max_allowed_packet = 1G
|
||||
max_binlog_size = 128M
|
||||
query_cache_limit = 16M
|
||||
query_cache_size = 128M
|
||||
query_cache_type = 1
|
||||
read_buffer_size = 262144
|
||||
read_rnd_buffer_size = 524288
|
||||
slow_query_log = 1
|
||||
table_open_cache_instances = 16
|
||||
wait_timeout = 31536000
|
||||
Reference in New Issue
Block a user