mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create mysqld.cnf
This commit is contained in:
parent
cd41be89c4
commit
a4ed19bc95
13
docker/ubuntu_openlitespeed_mysql/mysql/mysqld.cnf
Normal file
13
docker/ubuntu_openlitespeed_mysql/mysql/mysqld.cnf
Normal file
@ -0,0 +1,13 @@
|
||||
[mysqld]
|
||||
|
||||
user = mysql
|
||||
bind-address = 127.0.0.1
|
||||
mysqlx-bind-address = 127.0.0.1
|
||||
key_buffer_size = 16M
|
||||
myisam-recover-options = BACKUP
|
||||
max_connections = 151
|
||||
table_open_cache = 4000
|
||||
log_error = /var/log/mysql/error.log
|
||||
max_binlog_size = 100M
|
||||
expire_logs_days=3
|
||||
skip-log-bin
|
Loading…
Reference in New Issue
Block a user