Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 79e3079b3f7d8dd3750659ddbd9e4d70 > files > 1

MySQL-common-4.0.18-1.5.100mdk.i586.rpm

# This logname is set in mysql.server.sh that ends up in /etc/rc.d/init.d/mysql
#
# If the root user has a password you have to create a
# /root/.my.cnf configuration file with the following
# content:
#
# [mysqladmin]
# password = <secret> 
# user= root
#
# where "<secret>" is the password. 
#
# ATTENTION: This /root/.my.cnf should be readable ONLY
# for root !

/var/lib/mysql/mysqld.log {
        # create 600 mysql mysql
        notifempty
	daily
        rotate 3
        missingok
        compress
    postrotate
	# just if mysqld is really running
	if test -n "`ps acx|grep mysqld`"; then
	        /usr/bin/mysqladmin flush-logs
	fi
    endscript
}