Comments on Quick DB Setups With MySQL Sandbox

Quick DB Setups With MySQL Sandbox There are various reasons to set up quick "sandbox" instances of MySQL. You can use them to test different types of replication (such as master-master or various slave topologies), to test your code against different versions of MySQL, or to setup instances of MySQL on a per developer basis where each person has their own database running on a different port so they can breakdown/setup the DB easily or make schema changes without affecting other team members. A perfect tool to do all of these things easily is MySQL Sandbox.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

The link to MySQL Sandbox at the end of the first paragraph is broken.

 Very nice tutorial.  Thanks.