2020-07-12 17:27:01 +00:00
|
|
|
# MySQL config file
|
|
|
|
[mysqld]
|
|
|
|
datadir=/config/db
|
|
|
|
socket=/config/mysql.sock
|
|
|
|
log_error=/config/mysql.err
|
|
|
|
innodb_file_per_table=1
|
|
|
|
transaction_isolation = READ-COMMITTED
|
|
|
|
binlog_format = ROW
|
|
|
|
|
|
|
|
symbolic-links=0
|
|
|
|
innodb_doublewrite = 0
|
|
|
|
innodb_checksum_algorithm = none
|
|
|
|
innodb_file_per_table=1
|
|
|
|
|
|
|
|
innodb_buffer_pool_size = 1G
|
|
|
|
innodb_log_buffer_size = 8M
|
|
|
|
innodb_open_files = 400
|
|
|
|
innodb_io_capacity = 400
|
|
|
|
innodb_flush_method = O_DIRECT
|
|
|
|
innodb_io_capacity = 4000
|
|
|
|
|
2020-03-13 22:59:05 +00:00
|
|
|
[client]
|
|
|
|
password=mypassword
|
2020-07-12 17:27:01 +00:00
|
|
|
port=3306
|
|
|
|
socket=/config/mysql.sock
|