Re: Expiring Binary Logs

2001-09-07 Thread A. Clausen
-- Original Message -- From: Jeremy Zawodny <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fri, 7 Sep 2001 00:12:24 -0700 >On Wed, Sep 05, 2001 at 01:33:03PM -0700, A. Clausen wrote: > >PURGE LOGS: > > http://www.mysql.com/doc/R/e/Replication_SQL.ht

Re: Expiring Binary Logs

2001-09-06 Thread Jeremy Zawodny
On Wed, Sep 05, 2001 at 01:33:03PM -0700, A. Clausen wrote: > > I've been running a master/slave MySQL database system for about > four months now and I've got nearly 360mb of binary logs. I want to > archive anything over about a month old, but I've heard that there > is a procedure that you hav

Expiring Binary Logs

2001-09-05 Thread A. Clausen
I've been running a master/slave MySQL database system for about four months now and I've got nearly 360mb of binary logs. I want to archive anything over about a month old, but I've heard that there is a procedure that you have to go through to do that. ---