This commit is contained in:
tdavid 2023-09-29 11:20:20 +02:00
parent fe44661dd1
commit a3c3e0c2a4

View file

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