In this blog series, we will discuss various MySQL NDB Cluster
replication topologies possible with a demonstration. We will
start with a simple case i.e. one source (formerly called master)
and one replica (formerly called slave).
Note: With MySQL version (8.0.21), we have started changing the
term “master” to “source”, the term “slave” to “replica”. So in
this blog we will refer these terms ‘source’ and ‘replica’
wherever applicable.
Let’s create two MySQL NDB Cluster with the following
environment, from which one will be termed as ‘source’ cluster
while the other one will be ‘replica’ cluster. For now, let’s
stick to the identical environment from both the cluster. Later
in the following blog series, we will change the environments and
will run the replication.
- MySQL NDB Cluster version (Latest GA version)
- 1 Management node
- 4 Data nodes …