7 lines
151 B
INI
7 lines
151 B
INI
[mysqld]
|
|
innodb_flush_method=littlesync
|
|
innodb_use_native_aio=OFF
|
|
log_bin=ON
|
|
innodb_data_file_path = ibdata1:10M:autoextend
|
|
max_allowed_packet = 1024M
|