Development Environment for Testing MySQL Replication

Posted by Dave Morris on Stack Overflow See other posts from Stack Overflow or by Dave Morris
Published on 2010-06-12T18:36:09Z Indexed on 2010/06/12 18:42 UTC
Read the original article Hit count: 224

Filed under:
|
|

Is there an easy way to setup an environment on one machine (or a VM) with MySQL replication? I would like to put together a proof of concept of MySQL replication with one Master write instance and two slave instances for reads.

I can see doing it across 2 or 3 VMs running on my computer, but that would really bog down my system. I'd rather have everything running on the same VM. What's the best way to proof out scalability solutions like this in a local dev environment?

Thanks for your help,

Dave

© Stack Overflow or respective owner

Related posts about mysql

Related posts about Development