DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) STOP SLAVE

Info Catalog (mysql.info.gz) START SLAVE (mysql.info.gz) Replication Slave SQL
 
 13.6.2.9 `STOP SLAVE' Syntax
 ............................
 
      STOP SLAVE [THREAD_TYPE [, THREAD_TYPE] ... ]
 
      thread_type: IO_THREAD | SQL_THREAD
 
 Stops the slave threads.  `STOP SLAVE' requires the `SUPER' privilege.
 
 Like `START SLAVE', as of MySQL 4.0.2, this statement may be used with
 the `IO_THREAD' and `SQL_THREAD' options to name the thread or threads
 to stop.
 
 This statement is called `SLAVE STOP' before MySQL 4.0.5.  For the
 moment, `SLAVE STOP' is still accepted for backward compatibility, but
 is deprecated.
 
Info Catalog (mysql.info.gz) START SLAVE (mysql.info.gz) Replication Slave SQL
automatically generated byinfo2html