We have 3 nodes. I would like to make node 1 as the master but hangs after the following:
mysql> SET wsrep_on=0;
mysql> SET GLOBAL wsrep_cluster_address='gcomm://';
What did I do wrong? how to pull a node from cluster?
mysql> SET wsrep_on=0;
mysql> SET GLOBAL wsrep_cluster_address='gcomm://';
What did I do wrong? how to pull a node from cluster?
Comment