|
Home > Archive > MySQL ODBC Connector > January 2006 > replication
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Morten Kallesøe 2006-01-26, 4:56 pm |
| ------ _=_NextPart_001_01C6
21EA.C825D7E8
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi
=20
on a slave, is it possible to only stop the SQL Thread? =
(Slave_SQL_Running: Yes/No)
=20
=20
i need to do some testing with my script and i got to make sure it reads =
that value correctly.
=20
regards
Morten
------ _=_NextPart_001_01C6
21EA.C825D7E8--
| |
| sheeri kritzer 2006-01-26, 4:56 pm |
| SLAVE STOP;
or
STOP SLAVE;
work equally well.
Or am I not understanding your question correctly?
-Sheeri
On 1/25/06, Morten Kalles=F8e <morten@ngdc.net> wrote:
> Hi
>
> on a slave, is it possible to only stop the SQL Thread? (Slave_SQL_Runnin=
g: Yes/No)
>
>
> i need to do some testing with my script and i got to make sure it reads =
that value correctly.
>
> regards
> Morten
>
>
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
|
| --0-1862819012-1138253057=:27518
Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed
Content-Transfer-Encoding: QUOTED-PRINTABLE
On Wed, 25 Jan 2006, [iso-8859-1] Morten Kalles=F8e wrote:
> Hi
>
> on a slave, is it possible to only stop the SQL Thread? (Slave_SQL_Runnin=
g: Yes/No)
>
>
> i need to do some testing with my script and i got to make sure it reads =
that value correctly.
>
Please follow this link
http://dev.mysql.com/doc/refman/5.0/en/stop-slave.html
Thanx
Alex
--0-1862819012-1138253057=:27518
Content-Type: text/plain; charset=us-ascii
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
--0-1862819012-1138253057=:27518--
|
|
|
|
|