Files
multiphp/config/mariadb.ini.template
T

25 lines
513 B
Plaintext

[mysqld]
port={{PORT}}
datadir="{{DATADIR}}"
tmpdir="{{DATADIR}}"
socket="{{SOCKET}}"
character-set-server=utf8
collation-server=utf8_unicode_ci
log-error="{{LOG_FILE}}"
# Performance & Scale Optimizations
max_allowed_packet=1G
innodb_buffer_pool_size=1G
innodb_log_file_size=256M
innodb_flush_log_at_trx_commit=2
innodb_doublewrite=0
innodb_lock_wait_timeout=600
innodb_strict_mode=0
innodb_default_row_format=DYNAMIC
[client]
port={{PORT}}
socket="{{SOCKET}}"
default-character-set=utf8
max_allowed_packet=1G