]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- commenting the file content
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 16 May 2005 16:27:44 +0000 (16:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.logrotate -> 1.14

mysql.logrotate

index 715d73e83f1ecd11908de9b8084a0e2a613d5b65..4a9f42a28c65d70682e25243c0f30ce5f98c192b 100644 (file)
@@ -1,6 +1,18 @@
+# If the *mysql* root user has a password you have to set it in mysqld.conf
+#
+# [mysqladmin]
+# user = mysql
+# 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!
+
 /var/log/mysql/log /var/log/mysql/isamlog.log /var/log/mysql/update* {
        olddir /var/log/archiv/mysql
-        notifempty
+       notifempty
        create 640 mysql mysql
        sharedscripts
        postrotate
This page took 0.026365 seconds and 4 git commands to generate.