github.com/vnforks/kid@v5.11.1+incompatible/build/docker/mysql.conf.d/custom.cnf (about) 1 [mysqld] 2 bind-address = 0.0.0.0 3 4 log-output = NONE 5 slow-query-log = 0 6 innodb_flush_log_at_trx_commit = 2 7 innodb_flush_method = nosync 8 innodb_lock_wait_timeout = 50 9 innodb_log_buffer_size = 3M 10 innodb_buffer_pool_size = 180M 11 12 max_connect_errors = 1000000 13 max_connections = 900 14 15 character-set-server = utf8 16 sql_mode = "" 17 innodb = FORCE 18 default-storage-engine = InnoDB 19 max_allowed_packet = 256M