I have three Percona xtradb nodes running on ubuntu 12.04 computers. I want to stop one of the nodes, without disconnecting eth0.
I have tried: $ service mysql stop
and $ /etc/init.d/mysql stop
Both commands say stopping...OK
. But I can still connect to mysql on the node.
How can I take a node out of the cluster temporarily?