One of the many features of MySQL to keep your database live and productive is MySQL Replication.
Note: this entry will cover asynchronous replication.
So whats this technology all about anyways?Replication is data that is reproduced in one or more locations. It consists of two or more servers, normally, in its simplest form, one master server and its slave server(s).