Asynchronous Replication MySQL Clustering
Asynchronous Replication
Objective
Setup a master-slave relationship between four MySQL servers.
Pre-requisites
1.
Install the necessary Operating Systems and install MySQL server on all of them.2.
All the Operating Systems should be in a network with every Operating System having its own IPaddress.
Assumptions
1.
The master is on Windows Vista and the slaves are on – Windows Server 2003, Fedora 10 andOpenSolaris 2008.11.2.
The replication process is done only for the new data so existing data will not be synchronized.
Procedure
1.
The primary pre-requisite for asynchronous replication to be established, is that all theOperating Systems should be connected in a network and every slave should be able to ping themaster. If there is a problem in pinging, the fire-walls at the master and slave’s end should beeither disabled or properly configured to allow the slaves to communicate with master and vice-versa.
Leave a Comment