I have written about Mysql Replication before. That article is now outdated as, for quite some time now, mysql comes with a better replication paradigm. This article will works with mysql 5.7.x, the same commands and settings should work with 5.6 as well. I’m not sure if anything should be different with a mysql 8…
Category: MySQL
MySQL Replication
This page will provide notes on creating a redundant mysql setup in which data is replicated across multiple mysql servers in real time. The setup i’m going to describe is one that uses two servers but the same could work with more. From my experience a setup like this with more than 5 servers will…