[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
STOP SLAVE
STOP SLAVE [thread_name [, thread_name] ... ] thread_name = IO_THREAD | SQL_THREAD |
Stops the slave threads.
STOP SLAVE
requires the SUPER
privilege.
Like START SLAVE
, this statement
may be used with the IO_THREAD
and SQL_THREAD
options to name
the thread or threads to stop.
This command is called SLAVE STOP
before MySQL 4.0.5.
For the moment, SLAVE STOP
is still accepted for backward
compatibility, but is deprecated.