The MySQL Cluster product seems to intimidate a lot of folks with
its complexity. The North Texas MySQL Meetup had a presentation at
the January meeting titled 'A Gentle Introduction to MySQL
Cluster' where a cluster was setup on a single laptop. The
presentation was full of information that needs to be shared to
encourage others to try out this valuable piece of
software.
The following covers how to set up a cluster on a single computer. The cluster will consist of two data nodes, a SQL node, and a management node. In this case the SQL node and the management node will be on one system. The data nodes will be virtual systems running on the same host. This is not the optimal performance configuration but it will let those new to MySQL Cluster try out the product with a minimal investment in equipment and time.
You will need two free software products -- …
[Read more]