1
# This logname is set in mysql.server.sh that ends up in /etc/rc.d/init.d/mysql
3
# If the root user has a password you have to create a
4
# /root/.my.cnf configuration file with the following
11
# where "<secret>" is the password.
13
# ATTENTION: This /root/.my.cnf should be readable ONLY
16
@localstatedir@/mysqld.log {
17
# create 600 mysql mysql
24
# just if mysqld is really running
25
if test -n "`ps acx|grep mysqld`"; then
26
@bindir@/mysqladmin flush-logs