DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-cluster-config-file

Info Catalog (mysql.info) mysql-cluster-quick (mysql.info) mysql-cluster-configuration
 
 15.4.4 Configuration File
 -------------------------
 

Menu

 
* mysql-cluster-config-example  Example Configuration for a MySQL Cluster
* mysql-cluster-connectstring  The MySQL Cluster `connectstring'
* mysql-cluster-computer-definition  Defining the Computers Making up a MySQL Cluster
* mysql-cluster-mgm-definition  Defining the MySQL Cluster Management Server
* mysql-cluster-db-definition  Defining MySQL Cluster Data Nodes
* mysql-cluster-api-definition  Defining the SQL Nodes in a MySQL Cluster
* mysql-cluster-tcp-definition  MySQL Cluster TCP/IP Connections
* mysql-cluster-direct-tcp-definition  MySQL Cluster TCP/IP Connections Using Direct Connections
* mysql-cluster-shm-definition  MySQL Cluster Shared-Memory Connections
* mysql-cluster-sci-definition  MySQL Cluster SCI Transport Connections
 
 Configuring MySQL Cluster requires working with two files:
 
    * `my.cnf': Specifies options for all MySQL Cluster executables.
      This file, with which you should be familiar with from previous
      work with MySQL, must be accessible by each executable running in
      the cluster.
 
    * `config.ini': This file is read only by the MySQL Cluster
      management server, which then distributes the information
      contained therein to all processes participating in the cluster.
      `config.ini' contains a description of each node involved in the
      cluster. This includes configuration parameters for data nodes and
      configuration parameters for connections between all nodes in the
      cluster.
 
 We are continuously making improvements in Cluster configuration and
 attempting to simplify this process. Although we strive to maintain
 backward compatibility, there may be times when introduce an
 incompatible change. In such cases we will try to let Cluster users
 know in advance if a change is not backward compatible. If you find
 such a change and we have not documented it, please report it in the
 MySQL bugs database using the instructions given in  bug-reports.
 
Info Catalog (mysql.info) mysql-cluster-quick (mysql.info) mysql-cluster-configuration
automatically generated byinfo2html