CLI: Stop a Slave
There are two ways of stopping a Slave server.
One way is to explicitly stop the Slave:
[root@clustercontrol scripts]# ./stop-slave.sh -h app03
app03: Executing '/etc/init.d/mysqld stop' [ok]
It is also possible to use the generic command to stop the Slave:
[root@clustercontrol scripts]# ./stop-mysqld.sh -h app03
app03: Executing '/etc/init.d/mysqld stop' [ok]
app03: Waiting 'mysqld' to stop (timeout=60): [ok]
app03: stopped mysql server
Please sign in to leave a comment.
Comments
0 comments