For options common to NDB programs, see Section 15.6.5, “Command Options for MySQL Cluster Processes”.
--config-file=,
filename-c ,
filename-f
filename
Instructs the management server as to which file it should
use for its configuration file. By default, the management
server looks for a file named
config.ini in the same directory as the
ndb_mgmd executable; otherwise the
filename and location must be specified explicitly.
The -f shortcut is available beginning
with MySQL Cluster 4.1.8. This option also can be given as
-c ,
but this shortcut is obsolete and should
not be used in new installations.
file_name
--daemon, -d
Instructs ndb_mgmd to start as a daemon process. This is the default behavior.
--nodaemon
Instructs ndb_mgmd not to start as a daemon process.
--print-full-config, -P
Shows extended information regarding the configuration of
the cluster. With this option on the command line the
ndb_mgmd process prints information about
the cluster setup including an extensive list of the cluster
configuration sections as well as parameters and their
values. Normally used together with the
--config-file (-f) option.


User Comments
Add your own comment.