Wed, 2013-05-01 18:54 About the Author Daniel Bartholomew
Daniel is a System Administrator, Documenter, and author of the recently released Getting Started with MariaDB
Many developers use master-slave replication to solve a number of different problems, including problems with performance, supporting the backup of different databases, and as a part of a larger solution to alleviate system failures. Traditionally, master-slave replication is done with real servers, but it can also be done with cloud database servers. This guest post from Jelastic (originally published here) describes how to set up MariaDB master-slave replication using their Jelastic PaaS (Platform as a Service).
Replication Overview
Master-slave replication enables data from one …
[Read more]