How To Set Up MySQL Master-Master Replication
How To Set Up MySQL Master-Master Replication https://www.digitalocean.com/community/articles/how-to-set-up-mysql-master-master-replication Intro This second installment of “Scaling Web Applications” will list out the steps necessary for scaling a mysql deployment over two VPS. The first article in this series laid out the steps needed to load-balance nginx over two VPS, and it is recommended that you read that article first. MySQL replication is the process by which a single data set, stored in a MySQL database, will be live-copied to a second server. This configuration,