Hi All,

I have a **high traffic** mysql 4.0.18-standard-log server running with
bin-logging enabled.  

Right now, this must be using a default setting for expire_log_days.  I
do not see this anyway in 
"show variables" or "show status"


$ echo "show variables" | sql |grep bin
binlog_cache_size       32768
log_bin ON
max_binlog_cache_size   4294967295
max_binlog_size 1073741824


# echo "show status" | sql |grep bin
Com_show_binlog_events  0
Com_show_binlogs        9

Right now, I have 132 bin-logs, each at 1 GB. the logs go back to
2/11/2006

If I were to add 'expire_logs_days 45' to my.cnf and restart mysql, is
mysql going to attempt to purge the logs
> 45 days old and if so... how long does it typically take.  We cannot
afford to restart if its going to take 
any significant amount of time for it to purge the logs and restart.

thanks!


George Law
[EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]
Phone: 864-678-3161
 

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to