Add or Remove a node in MySQL Innodb Cluster
Add or Remove a node in MySQL Innodb Cluster In any database Cluster Solution ,it's regular activity to add or remove node from the cluster. In this blog , We will discuss about addition and removal of the cluster node from the MySQL Innodb cluster. Remove a node from the MySQL Innodb cluster . 1) Connect to primary node and check status. mysqlsh --uri clusteradmin@mysqlhost01:3306 MySQL mysqlhost01:3306 ssl JS > cluster.status() { "clusterName": "mysqlcluster", "defaultReplicaSet": { "name": "default", "primary": "mysqlhost01:3306", "ssl": "REQUIRED", "status": "OK", "statusText": "Cluster is ONLINE and can tolerate up to ONE failure.", "topology": { ...