prod remove basedir
parent
142f8091d9
commit
f7ef763cd8
|
@ -8,7 +8,6 @@ data:
|
|||
bind-address=0.0.0.0
|
||||
port=3306
|
||||
skip-name-resolve
|
||||
basedir=/var/lib/mysql
|
||||
datadir=/var/lib/mysql/data
|
||||
log-bin=/var/lib/mysql/logs
|
||||
plugin_dir=/var/lib/mysql/plugin
|
||||
|
@ -20,10 +19,10 @@ data:
|
|||
collation-server=utf8mb4_unicode_ci
|
||||
|
||||
# Extended
|
||||
sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
|
||||
max_connections=5000
|
||||
binlog_format=row
|
||||
binlog_expire_logs_seconds=2592000
|
||||
max_connections=5000
|
||||
sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
|
||||
innodb_buffer_pool_size=4G
|
||||
innodb_log_file_size=1G
|
||||
innodb_flush_log_at_trx_commit=2
|
||||
|
|
Loading…
Reference in New Issue