I'm looking for some help setting up MySql Replication. I've found quite a few guides and am able to get replication working on two servers, (from what I understand, a master and a slave). But I want my replication to work in such a way that there is a cluster that I can add database servers to on the fly.
I've been looking around online to find a guide that explains how to set this up, but thus far I've not found anything helpful.
This is the guide I used to get the two server replication working: https://www.digitalocean.com/community/tutorials/how-to-set-up-mysql-master-master-replication
If anyone can point me in the direction of a guide that could help me out, I'd be incredibly appreciative. Or if someone more knowledgeable wouldn't mind explaining to me the process that would be great too.
Thanks in advance.