]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql.sysconfig
- rel 7; readline no longer used; use system libedit
[packages/mysql.git] / mysql.sysconfig
index e947cc8f8a34d3c27eb73a383b5b823ddf88fae6..a314c788ea146ec4a0c295a7ffae5fa30ffad1d8 100644 (file)
@@ -3,16 +3,25 @@
 # Define nice level for mysql
 SERVICE_RUN_NICE_LEVEL="+0"
 
-# standard setting
-# MYSQL_DB_CLUSTERS="/var/lib/mysql"
+# Be compatible with RA layout (not supported)
+MYSQL_RA_COMPAT="no"
 
-# If you want to use than one cluster then read carefuly
-# http://www.mysql.com/doc/en/Multiple_servers.html
-# and set properly all options described there.
+# For clusters configuration look into /etc/mysql/clusters.conf
+# Don't use **obsolete** MYSQL_DB_CLUSTERS option
 
-# predictable usage
-# MYSQL_DB_CLUSTERS="/var/lib/mysql/01 /var/lib/mysql/02"
+# Seconds to wait for fully initialized mysqld to start. mysqld takes longer to
+# start when it has to replay innodb logs, or create innodb pools at startup
+#MYSQL_START_WAIT_TIME=15
 
-# new database disk arrived
-# MYSQL_DB_CLUSTERS="/var/lib/mysql/01 /var/lib/mysql/02 /mnt/db/01"
+# Seconds to wait for mysqld to terminate on shutdown. If timeout is exceeded
+# shutdown is considered failed
+#MYSQL_STOP_WAIT_TIME=900
 
+# Skip automatic mysqld restarts invoked from rpm installs.
+#RPM_SKIP_AUTO_RESTART=yes
+
+# Any option passed directly to mysqld on startup.
+#MYSQL_OPTIONS="--open-files-limit=65535"
+
+# fd limit increase
+#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 65535"
This page took 0.267105 seconds and 4 git commands to generate.