MySQL Cluster Manager 8.4 User Manual / ... / MySQL Cluster Manager Client Commands / MySQL Cluster Manager Cluster Commands / The list clusters Command
list clusterssite_name This command lists all clusters defined for a given management site namedsite_name, together with the package used by each cluster. For example, the command shown here displays a list of all clusters defined for the site namedmysite:
mcm> list clusters mysite;+------------------+----------+| Cluster | Package |+------------------+----------+| mycluster | m-7.1.26 || yourcluster | y-7.1.26 || someothercluster | s-7.2.9 |+------------------+----------+3 rows in set (2.07 sec) Ifsite_name is omitted, the command fails with an error, as shown here:
mcm> list clusters;ERROR 6 (00MGR): Illegal number of operands