PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0
A MySQL server that is part of an NDB Cluster differs in one chief respect from a normal (nonclustered) MySQL server, in that it employs theNDB storage engine. This engine is also referred to sometimes asNDBCLUSTER, althoughNDB is preferred.
To avoid unnecessary allocation of resources, the server is configured by default with theNDB storage engine disabled. To enableNDB, you must modify the server'smy.cnf configuration file, or start the server with the--ndbcluster option.
This MySQL server is a part of the cluster, so it also must know how to access a management node to obtain the cluster configuration data. The default behavior is to look for the management node onlocalhost. However, should you need to specify that its location is elsewhere, this can be done inmy.cnf, or with themysql client. Before theNDB storage engine can be used, at least one management node must be operational, as well as any desired data nodes.
For more information about--ndbcluster and othermysqld options specific to NDB Cluster, seeSection 25.4.3.9.1, “MySQL Server Options for NDB Cluster”.
For general information about installing NDB Cluster, seeSection 25.3, “NDB Cluster Installation”.
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0