]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- improve commentaries
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 13 Oct 2008 17:53:17 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.logrotate -> 1.26

mysql.logrotate

index 2c14eb1d14c21dca9ed0d9ac49a385ea48e52851..97b5f841f03b449d196d33d60f9e37ffe2cf9f8f 100644 (file)
@@ -1,14 +1,15 @@
-# If the *mysql* root user has a password you have to set it in mysqld.conf
+# This section is used from mysqld.conf for logrotation.
+# Be sure that the password in config matches the actual one.
+#
+# ATTENTION: The mysqld.conf should be readable ONLY for *system* root!
 #
 # [mysqladmin]
-# user = mysql_logrotate
+# user = mysql_sysadmin
 # password = <secret>
 #
 # where "<secret>" is the password.
 #
-# You must do this for every cluster defined in /etc/mysql/clusters.conf
-#
-# ATTENTION: The mysqld.conf should be readable ONLY for *system* root!
+# You must do this for every active cluster defined in /etc/mysql/clusters.conf
 
 /var/log/mysql/log
 /var/log/mysql/mysql.err
This page took 0.039827 seconds and 4 git commands to generate.