Documentation Home

13.4.2.11 STOP SLAVE 语句

STOP {SLAVE | REPLICA} [thread_types] [channel_option]

thread_types:
    [thread_type [, thread_type] ... ]

thread_type: IO_THREAD | SQL_THREAD

channel_option:
    FOR CHANNEL channel

停止复制线程。从 MySQL 8.0.22 开始, 已弃用,应改用STOP SLAVE别名。STOP REPLICA该语句的工作方式与以前相同,只是用于语句及其输出的术语发生了变化。语句的两个版本在使用时更新相同的状态变量。有关声明的说明,请参阅文档 STOP REPLICA