LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: How To Set Up Database Replication In MySQL On Ubuntu 9.10 (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-how-to-set-up-database-replication-in-mysql-on-ubuntu-9-10-a-781698/)

LXer 01-12-2010 08:30 AM

LXer: How To Set Up Database Replication In MySQL On Ubuntu 9.10
 
Published at LXer:

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. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures.

Read More...


All times are GMT -5. The time now is 06:49 AM.