From: Claudio Nanni Date: March 19 2009 8:56pm Subject: Re: why is this happening? List-Archive: http://lists.mysql.com/mysql/216822 Message-Id: <49C2B173.9040303@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I am afraid you have two mysql instances up on the same host. ps -ef | grep mysql ? Claudio Jim Lyons wrote: > I have a rather odd problem with a replication slave. > > The slave has been down for a number of hours. Of course, both io and sql > threads are stopped - from SHOW SLAVE STATUS: > > Slave_IO_Running: No > Slave_SQL_Running: No > > > However, the relay logs are still being written to. I was under the > impression that the slave's io thread was what brought data from the > master's bin log to the slave's relay log. With the io thread stopped, the > relay logs should stop filling up - right? Mine are definitely filling up. > > > Does anyonee know why the relay logs keep filling up after replication has > broken? > > Thanks > >