Join Date: April 2008
Location: India ( chennai )
Posts: 5
Replication
How can i map master DB and slave DB using mysql and php
webhelp
Posted on Dec 16, 2008
Join Date: November 2008
Location: India ( Chennai )
Posts: 21
RE : Replication
Hi,
Replication enables data from one MySQL database server (called the master) to be replicated to one or more MySQL database servers (slaves). Replication is asynchronous - your replication slaves do not need to be connected permanently to receive updates from the master, which means that updates can occur over long-distance connections and even temporary solutions such as a dial-up service. Depending on the configuration, you can replicate all databases, selected databases, or even selected tables within a database.