STOP SLAVE [thread_name [, thread_name] ... ] thread_name = IO_THREAD | SQL_THREAD
Arrête l'esclave. Tout comme START SLAVE
,
cette commande peut être utilisée avec les options
IO_THREAD
et SQL_THREAD
pour identifier le thread par son nom.
Cette commande s'appelait SLAVE STOP
avant
MySQL 4.0.5. Actuellement, SLAVE STOP
est
toujours disponible pour assurer la compatibilité ascendante,
mais c'est une commande abandonnée.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.