MySQL™ Cluster Manager 1.3.6 User Manual

4.2.10 The show settings Command

show settings

This command lists the current values of a number of mcmd options:

mcm> show settings;
+-------------------+-----------------------------------------------------------------------------+
| Setting           | Value                                                                       |
+-------------------+-----------------------------------------------------------------------------+
| log-file          | /opt/mcm_data/mcmd.log                                                      |
| log-level         | message                                                                     |
| log-use-syslog    | FALSE                                                                       |
| manager-directory | /opt/mcm_data                                                               |
| manager-username  | mcmd                                                                        |
| manager-password  | ********                                                                    |
| manager-port      | 1862                                                                        |
| xcom-port         | 18620                                                                       |
+-------------------+-----------------------------------------------------------------------------+
8 rows in set (0.00 sec)

The show settings command takes no arguments.