import files

This commit is contained in:
Yann Autissier
2021-02-09 17:05:00 +01:00
parent f5c4576411
commit 44a6d37ba5
425 changed files with 23195 additions and 0 deletions
+22
View File
@@ -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
+8
View File
@@ -0,0 +1,8 @@
[mysqld]
innodb_buffer_pool_size = 1G
max_connections = 128
sort_buffer_size = 1M
innodb_strict_mode = 1
local_infile = 0
; sql-mode = "TRADITIONAL"