Spec-Zone .ru
спецификации, руководства, описания, API

17.4.21. ndb_setup.py — Start browser-based Auto-Installer forMySQL Cluster

ndb_setup.py starts the MySQL Cluster Auto-Installer and opens the installer's Start page in the default Web browser.

This section describes usage of and program options for the command-line tool only. For information about using the Auto-Installer GUI that is spawned when ndb_setup.py is invoked, see Section 17.2.1, "The MySQL Cluster Auto-Installer".

Usage

All platforms:

ndb_setup.py [options]

Additionally, on Windows platforms only:

setup.bat [options]

The following table includes all options that are supported by the MySQL Cluster installation and configuration program ndb_setup.py. Additional descriptions follow the table.

Table 17.25. ndb_setup.py Options and Variables: MySQL Cluster NDB7.3

Format Description Added / Removed

--browser-start-page=filename,

-s

Page that the web browser opens when starting.

All MySQL 5.6 based releases

--ca-certs-file=filename,

-a

File containing list of client certificates allowed to connect to the server

All MySQL 5.6 based releases

--cert-file=filename,

-c

File containing X509 certificate that identifies the server. (Default: cfg.pem)

All MySQL 5.6 based releases

--debug-level=level,

-d

Python logging module debug level. One of DEBUG, INFO, WARNING (default), ERROR, or CRITICAL.

All MySQL 5.6 based releases

--help,

-h

Print help message

All MySQL 5.6 based releases

--key-file=file,

-k

Specify file containing private key (if not included in --cert-file)

All MySQL 5.6 based releases

--no-browser,

-n

Do not open the start page in a browser, merely start the tool

All MySQL 5.6 based releases

--port=#,

-p

Specify the port used by the web server

All MySQL 5.6 based releases

--server-log-file=file,

o

Log requests to this file. Use '-' to force logging to stderr instead.

All MySQL 5.6 based releases

--server-name=name,

-N

The name of the server to connect with

All MySQL 5.6 based releases

--use-https,

-S

Use secure (HTTPS) client-server connection

All MySQL 5.6 based releases