Index
1. Introduction
2. MySQL Database Cluster Details
3. Steps to setup MySql Cluster
4. Testing the Cluster
5. Cluster Replication
6. Steps to setup Cluster Replication
Introduction
This document aims to provide the steps to set up a mysql database cluster. The cluster is assumed to be consisting of three nodes, one of which is management node and remaining two are data and sql nodes.
The document then goes on to explain the steps required to set up replication between two such independent mysql database clusters.
MySql Database Cluster Details
MySql Cluster is basically one or more computers configured to
work in a way such that data will be shared amongst all the
involved nodes. The database engine to be used for all the
database tables is NDB.
Following diagram represents a typical cluster.
…
[Read more]