This commit is contained in:
tdavid 2023-09-29 11:21:36 +02:00
parent a3c3e0c2a4
commit 941f5178f4

View file

@ -307,10 +307,10 @@ Faire un `SHOW SLAVE STATUS\G` pour connaitre le `Channel_Name`, puis faire les
Exemple : Exemple :
~~~ ~~~
mysql> STOP SLAVE FOR CHANNEL "channel-source"; mysql> STOP SLAVE FOR CHANNEL "Channel_Name";
Query OK, 0 rows affected (2.01 sec) Query OK, 0 rows affected (2.01 sec)
mysql> RESET SLAVE ALL FOR CHANNEL "channel-source"; mysql> RESET SLAVE ALL FOR CHANNEL "Channel_Name";
Query OK, 0 rows affected (0.02 sec) Query OK, 0 rows affected (0.02 sec)
~~~ ~~~