18.4.27 Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs

All NDB Cluster programs accept the options described in this section, with the following exceptions:

Note

Users of earlier NDB Cluster versions should note that some of these options have been changed to make them consistent with one another, and also with mysqld. You can use the --help option with any NDB Cluster program—with the exception of ndb_print_backup_file, ndb_print_schema_file, and ndb_print_sys_file—to view a list of the options which the program supports.

The options in the following table are common to all NDB Cluster executables (except those noted previously in this section).

Table 18.102  This table describes command-line options common to all MySQL Cluster programs

Format Description Added or Removed

--help,

--usage,

-?

Display help message and exit

All MySQL 5.6 based releases

--character-sets-dir=dir_name

Directory where character sets are installed

All MySQL 5.6 based releases

--connect-retries=#

Set the number of times to retry a connection before giving up

ADDED: NDB 7.4.9

--connect-retry-delay=#

Time to wait between attempts to contact a management server, in seconds

ADDED: NDB 7.4.9

--core-file

Write core on errors (defaults to TRUE in debug builds)

All MySQL 5.6 based releases

--debug=options

Enable output from debug calls. Can be used only for versions compiled with debugging enabled

All MySQL 5.6 based releases

--ndb-connectstring=connectstring,

--connect-string=connectstring,

-c

Set connection string for connecting to ndb_mgmd. Syntax: [nodeid=<id>;][host=]<hostname>[:<port>]. Overrides entries specified in NDB_CONNECTSTRING or my.cnf.

All MySQL 5.6 based releases

--ndb-mgmd-host=host[:port]

Set the host (and port, if desired) for connecting to management server

All MySQL 5.6 based releases

--ndb-nodeid=#

Set node id for this node

All MySQL 5.6 based releases

--ndb-optimized-node-selection

Select nodes for transactions in a more optimal way

All MySQL 5.6 based releases

--version,

-V

Output version information and exit

All MySQL 5.6 based releases


For options specific to individual NDB Cluster programs, see Section 18.4, “NDB Cluster Programs”.

See Section 18.3.3.8.1, “MySQL Server Options for NDB Cluster”, for mysqld options relating to NDB Cluster.