January 2019
Intermediate to advanced
286 pages
7h 41m
English
If you ever need to dissolve an InnoDB cluster, connect to one of the primary servers and use the following cluster.dissolve() command:
mysql-js> session<ClassicSession:root@localhost:3310>mysql-js> cluster.dissolve({force:true})
The cluster should now be successfully dissolved, meaning all metadata and configuration associated with the cluster has been removed, Group Replication has been disabled, and any data stays put.