In the first delivery of this series of posts,
delivered for whom who are interested to understand the basics of
MySQL Cluster "by examples", I wrote about installing MySQL
Cluster with a python utility called ndb_setup-py, which offers a nice web
graphical interface to define and start our brand new
cluster.
In this post I will share an example to do everything from
scratch and manually, instead. Doing things manually is always
the best recommendation to learn everything about processes life
cycle through their:
- Initialization
- Administration (start/stop/reconfigure)
- Monitoring (logs/counters/status)
- Troubleshooting
The resulting topology …
[Read more]