How to set up Database replication in MySQL
27-01-2010 |
|
0 phản hồi »
This article 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 (say we can call it as slave), and all updates to the database on the master server are immediately replicated to the database on [...]





