4 messages in com.mysql.lists.mysqlRe: replication
FromSent OnAttachments
Morten Kallesøe25 Jan 2006 12:05 
sheeri kritzer25 Jan 2006 13:56 
alexj25 Jan 2006 21:23 
Saira13 Apr 2007 12:00 
Subject:Re: replication
From:sheeri kritzer (awf@gmail.com)
Date:01/25/2006 01:56:34 PM
List:com.mysql.lists.mysql

SLAVE STOP;

or

STOP SLAVE;

work equally well.

Or am I not understanding your question correctly?

-Sheeri

On 1/25/06, Morten Kallesøe <mor@ngdc.net> wrote:

Hi

on a slave, is it possible to only stop the SQL Thread? (Slave_SQL_Running:
Yes/No)

i need to do some testing with my script and i got to make sure it reads that
value correctly.

regards Morten