SOURCES: mysql.logrotate - improve commentaries

glen glen at pld-linux.org
Mon Oct 13 19:53:23 CEST 2008


Author: glen                         Date: Mon Oct 13 17:53:23 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- improve commentaries

---- Files affected:
SOURCES:
   mysql.logrotate (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SOURCES/mysql.logrotate
diff -u SOURCES/mysql.logrotate:1.25 SOURCES/mysql.logrotate:1.26
--- SOURCES/mysql.logrotate:1.25	Mon Oct 13 19:36:30 2008
+++ SOURCES/mysql.logrotate	Mon Oct 13 19:53:17 2008
@@ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mysql.logrotate?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list