Wiki Category: Database

Configure MySQL Master-Master Replication

Note: Rackspace Support cannot assist with master-master replication setups due to the complexity of configuration and likelihood of error. As an alternative to direct MySQL master-master replication, consider either our Cloud Databases service or a replication engine like Tungsten for more reliable data replication between database instances. MySQL Master-Master Replication This article is about setting […]

Read Full Article

Set up MySQL Master-Slave replication

Master-slave data replication allows for replicated data to be copied to multiple computers for backup and analysis by multiple parties. Needed changes identified by a group member must to be submitted to the designated “master” of the node. This differs from Master-Master replication, in which data can be updated by any authorized contributor of the […]

Read Full Article