At 16:31 +0200 6/25/02, Gary Colman wrote:
>Hi
>
>Every few seconds, my mysql server generates a new binary log file
>with an incremented id number "${hostname}-bin.xxxxx"
>According to the logs, this should happen only when a reload or flush
>type command is issued ...
>
>mysql variables:
>flush          off
>log_bin                on
>max_binlog_size        1073741824
>version                4.0.1-alpha-Max-log
>
>It is running on an i386 running RedHat Linux 6.2
>
>
>Any ideas, anyone ??

If you turn on general query logging, the query log may tell you
if and when reload or flush commands are issued and where they're
coming.

Maybe there's an out-of-control cron job running.

>
>Many thanks
>   Gary


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to