solutions watch

hacks, fixes, updates, and news

        

How To Set Up Database Replication In MySQL

Posted in All, Linux, Software by digg on the January 16th, 2006

This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync.

read more | digg story

Comments are closed.