Hello,
I just had a glance at your log-rotation file, and I think I might tell you about a
possible improvement:
In the file "mysql-log-rotate" I came across the following test case:
if test -n "`ps acx|grep mysqld`"; then
/usr/bin/mysqladmin flush-logs
fi
I th
Hello,
I just had a glance at your log-rotation file, and I think I might tell you about a
possible improvement:
In the file "mysql-log-rotate" I came across the following test case:
if test -n "`ps acx|grep mysqld`"; then
/usr/bin/mysqladmin flush-logs
fi
I th