From 13274032af7480c6b99e9df3502dfb852116080e Mon Sep 17 00:00:00 2001 From: chriscalender Date: Sun, 24 Mar 2019 23:25:20 -0400 Subject: MDEV-4968 Old advices in mysql-log-rotate script * Change the comments in mysql-log-rotate.sh to refer to mysqld, not mysqld_safe as that's what most distros are using. * Change err-log to log-error as err-log is no longer valid. * Convert tab to space for consistency. --- support-files/mysql-log-rotate.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'support-files/mysql-log-rotate.sh') diff --git a/support-files/mysql-log-rotate.sh b/support-files/mysql-log-rotate.sh index 0ee78b0f7ca..605334d2d75 100644 --- a/support-files/mysql-log-rotate.sh +++ b/support-files/mysql-log-rotate.sh @@ -1,9 +1,9 @@ # This logname can be set in /etc/my.cnf -# by setting the variable "err-log" -# in the [safe_mysqld] section as follows: +# by setting the variable "log-error" +# in the [mysqld] section as follows: # -# [safe_mysqld] -# err-log=@localstatedir@/mysqld.log +# [mysqld] +# log-error=@localstatedir@/mysqld.log # # If the root user has a password you have to create a # /root/.my.cnf configuration file with the following @@ -21,7 +21,7 @@ @localstatedir@/mysqld.log { # create 600 mysql mysql notifempty - daily + daily rotate 3 missingok compress -- cgit v1.2.1