]> git.pld-linux.org Git - packages/mysql.git/blame - mysql.sysconfig
adjust for 5.6.14
[packages/mysql.git] / mysql.sysconfig
CommitLineData
d1a08ec1 1# Customized settings for mysql
ff054b36 2
d1a08ec1 3# Define nice level for mysql
ff054b36 4SERVICE_RUN_NICE_LEVEL="+0"
aac2c31f 5
8449496c
AM
6# Be compatible with RA layout (not supported)
7MYSQL_RA_COMPAT="no"
d2bbb675 8
350d9d8c
PG
9# For clusters configuration look into /etc/mysql/clusters.conf
10# Don't use **obsolete** MYSQL_DB_CLUSTERS option
aac2c31f 11
c3fe5337
ER
12# Seconds to wait for fully initialized mysqld to start. mysqld takes longer to
13# start when it has to replay innodb logs, or create innodb pools at startup
14#MYSQL_START_WAIT_TIME=15
15
16# Seconds to wait for mysqld to terminate on shutdown. If timeout is exceeded
17# shutdown is considered failed
18#MYSQL_STOP_WAIT_TIME=900
19
fae7b586 20# Skip automatic mysqld restarts invoked from rpm installs.
347ea0a0 21#RPM_SKIP_AUTO_RESTART=yes
2f0e36f9
ER
22
23# Any option passed directly to mysqld on startup.
b000035d 24#MYSQL_OPTIONS="--open-files-limit=65535"
51702103
ER
25
26# fd limit increase
27#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 65535"
This page took 0.175308 seconds and 4 git commands to generate.