]> git.pld-linux.org Git - packages/mysql.git/blame - mysql.sysconfig
This commit was manufactured by cvs2git to create branch 'MYSQL_4_1'.
[packages/mysql.git] / mysql.sysconfig
CommitLineData
88e42654 1# Customized settings for mysql
2
3# Define nice level for mysql
4SERVICE_RUN_NICE_LEVEL="+0"
5
6# Be compatible with RA layout (not supported)
7MYSQL_RA_COMPAT="no"
8
9# For clusters configuration look into /etc/mysql/clusters.conf
10# Don't use **obsolete** MYSQL_DB_CLUSTERS option
11
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
20# Skip automatic mysqld restarts invoked from rpm installs.
21#RPM_SKIP_AUTO_RESTART=yes
This page took 1.399095 seconds and 4 git commands to generate.