myt/server/docker.cnf

9 lines
204 B
Plaintext
Raw Normal View History

2020-11-14 01:38:56 +00:00
[mysqld]
innodb_log_file_size = 4M
innodb_autoextend_increment = 4
2022-06-09 15:24:44 +00:00
innodb_page_size = 16K
2020-11-14 01:38:56 +00:00
log_bin_trust_function_creators = ON
sql_mode = NO_ENGINE_SUBSTITUTION
table_definition_cache = 1024
2020-11-14 01:38:56 +00:00
skip-log-bin