DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-cluster-configuration

Info Catalog (mysql.info) multi-computer (mysql.info) ndbcluster (mysql.info) mysql-cluster-process-management
 
 15.4 MySQL Cluster Configuration
 ================================
 

Menu

 
* mysql-cluster-building       Building MySQL Cluster from Source Code
* mysql-cluster-installing     Installing the Software
* mysql-cluster-quick          Quick Test Setup of MySQL Cluster
* mysql-cluster-config-file    Configuration File
 
 A MySQL server that is part of a MySQL Cluster differs in only one
 respect from a normal (non-clustered) MySQL server, in that it employs
 the `NDB Cluster' storage engine. This engine is also referred to
 simply as `NDB', and the two forms of the name are synonymous.
 
 To avoid unnecessary allocation of resources, the server is configured
 by default with the `NDB' storage engine disabled. To enable `NDB', you
 must modify the server's `my.cnf' configuration file, or start the
 server with the -ndbcluster option.
 
 The MySQL server is a part of the cluster, so it also must know how to
 access an MGM node to obtain the cluster configuration data. The
 default behavior is to look for the MGM node on `localhost'. However,
 should you need to specify that its location is elsewhere, this can be
 done in `my.cnf' or on the MySQL server command line.  Before the `NDB'
 storage engine can be used, at least one MGM node must be operational,
 as well as any desired data nodes.
 
Info Catalog (mysql.info) multi-computer (mysql.info) ndbcluster (mysql.info) mysql-cluster-process-management
automatically generated byinfo2html