]> git.pld-linux.org Git - packages/mysql.git/blame_incremental - mysql.sysconfig
when cluster init fails because it already exists, exit non-zero
[packages/mysql.git] / mysql.sysconfig
... / ...
CommitLineData
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
22
23# Any option passed directly to mysqld on startup.
24#MYSQL_OPTIONS="--open-files-limit=65535"
25
26# fd limit increase
27#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 65535"
This page took 0.026948 seconds and 4 git commands to generate.