Re: PURGE MASTER LOGS

2005-11-01 Thread Ian.Bishop
Hi, I found the same thing running v4.1.9. To make it work I first had to issue: PURGE MASTER LOGS TO 'logfilename' ...only then was I was able to use the 'BEFORE' variant i.e. PURGE MASTER LOGS BEFORE DATE_SUB(NOW(), INTERVAL 10 DAY); The first one must resync some sort of log index file or

Re: PURGE MASTER LOGS

2005-08-17 Thread Gleb Paharenko
Hello. > Absolutely nothing happens It works for me in 4.1.13. See: [EMAIL PROTECTED] mysql-debug-4.1.13-pc-linux-gnu-i686]$ ls -l ../logs/log_r total 12 -rw-rw 1 gleb gleb 1095 Aug 12 00:04 log_r.02 -rw-rw 1 gleb gleb 79 Aug 17 17:19 log_r.03 -rw-rw 1 gle

Re: Purge master logs

2004-07-02 Thread gerald_clark
SHOW MASTER STATUS will show you where you currently are on the master. You should connect to each slave, and do a SHOW SLAVE STATUS to find where the slaves are, and delete the logs lower than the lowest one in use by the slaves. Luis Mediero wrote: Hi, I'm looking for an automatic method to

Re: PURGE MASTER LOGS

2002-11-29 Thread Massimo Petrini
I found the problem ! The command is case sensitive also on WINDOWS . I wrote the command as upcase and all is ok. - Original Message - From: "Massimo Petrini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 29, 2002 12:33 PM Subject: PURGE MASTER LOGS > > > > In my