We're using mysql 5.0.somethin with a binary log and replication. However /var/log/mysql is full of lots of tiny 141 byte sized mysql-bin.NNNNN files. using mysqlbinlog
I can see that they are empty of meaningful SQL statements.
It's not really too big of a problem because I have expire-log-days
, but it's a bit of an annoyance. Is there anyway to get mysql to group all these files into one, instead of creating lots of little files?