mirror of
https://github.com/openspug/spug.git
synced 2026-02-01 15:59:54 +00:00
10 lines
190 B
INI
10 lines
190 B
INI
[mysqld]
|
|
datadir=/data/mysql
|
|
log-error=/data/mysql/mysql.log
|
|
pid-file=/data/mysql/mysql.pid
|
|
socket=/var/lib/mysql/mysql.sock
|
|
symbolic-links=0
|
|
max_connections=1000
|
|
|
|
!includedir /etc/my.cnf.d
|