1
# This logname can be set in /etc/my.cnf
2
# by setting the variable "err-log"
3
# in the [safe_mysqld] section as follows:
6
# err-log=@localstatedir@/mysqld.log
8
# If the root user has a password you have to create a
9
# /root/.my.cnf configuration file with the following
16
# where "<secret>" is the password.
18
# ATTENTION: This /root/.my.cnf should be readable ONLY
21
@localstatedir@/mysqld.log {
22
# create 600 mysql mysql
29
# just if mysqld is really running
30
if test -x @bindir@/mysqladmin && \
31
@bindir@/mysqladmin ping &>/dev/null
33
@bindir@/mysqladmin flush-logs