11 lines
287 B
INI
11 lines
287 B
INI
[mysqld]
|
|
innodb_log_file_size = 4M
|
|
innodb_autoextend_increment = 4
|
|
innodb_page_size = 8K
|
|
innodb_default_row_format = COMPACT
|
|
log_bin_trust_function_creators = ON
|
|
datadir = /mysql-data
|
|
sql_mode = NO_ENGINE_SUBSTITUTION
|
|
innodb_temp_data_file_path = /tmp/ibtmp1:12M:autoextend
|
|
skip-log-bin
|