Re: How to automate bin-log clean-up with replicated MySQL servers?

2002-04-11 Thread Marc Prewitt
We have a slightly smarter script which checks each slave to find the furthest one behind and purges up to that number. However, it currently figures out who the slaves are by checking a process status on the master. Unfortunately, this doesn't work if one of your slaves is down. So, I'm going

RE: How to automate bin-log clean-up with replicated MySQL servers?

2002-04-11 Thread Greg_Cope
-Original Message- From: Marc Prewitt [mailto:[EMAIL PROTECTED]] Sent: 11 April 2002 14:46 To: [EMAIL PROTECTED] Cc: paul Subject: Re: How to automate bin-log clean-up with replicated MySQL servers? PFIZER GLOBAL RESEARCH AND DEVELOPMENT

Re: How to automate bin-log clean-up with replicated MySQL servers?

2002-04-11 Thread Jeremy Zawodny
On Thu, Apr 11, 2002 at 09:46:18AM -0400, Marc Prewitt wrote: We have a slightly smarter script which checks each slave to find the furthest one behind and purges up to that number. However, it currently figures out who the slaves are by checking a process status on the master.