]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql.logrotate
- more unpackaged files
[packages/mysql.git] / mysql.logrotate
index 90829cdd9ec85eb29c209ee46e633510a7577ac2..6a4f7c0852818bab21a2c1311ddcd8f7e6bcd72f 100644 (file)
@@ -1,18 +1,19 @@
-# 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/err*
-/var/log/mysql/log
-/var/log/mysql/mysql.err
+/var/log/mysql/query.log
+/var/log/mysql/mysqld.log
+/var/log/mysql/slow.log
 /var/log/mysql/update*
 {
        olddir /var/log/archive/mysql
This page took 0.269717 seconds and 4 git commands to generate.