17 lines
416 B
INI
17 lines
416 B
INI
[mysqld]
|
|
secure-file-priv = ""
|
|
bind-address = 0.0.0.0
|
|
|
|
innodb_flush_log_at_trx_commit = 2
|
|
innodb_lock_wait_timeout = 50
|
|
|
|
max_connect_errors = 1000000
|
|
max_connections = 900
|
|
|
|
character-set-server = utf8
|
|
sql_mode = ""
|
|
innodb = FORCE
|
|
default-storage-engine = InnoDB
|
|
max_allowed_packet = 256M
|
|
|