Category Archives: Database

Set Up The MySQL Cluster Nodes (Storage Nodes)

MySQL Cluster Nodes is also known as Storage Nodes, because the physical of database data is stored in these nodes. MySQL Cluster Nodes is also using MySQL Cluster package, the same as MySQL Cluster package installed on MySQL Cluster Management System you may download MySQL Cluster package at here. Continued from the last post , [...]

Set Up The MySQL Cluster Management Server

If you googs for how to create MySQL Load Balance, you will find several ebooks and documentation for MySQL Max version. Well, MySQL Max is no longer provided, but for clustering is included in newer version of MySQL aboe version 5.12 . In this documentation, I am using MySQL Cluster package with generic version, you [...]

Load Balance MySQL Cluster

Having a huge concurrent user connections are a rare condition, usually this is happening for forums, mailing list websites. Bottleneck of this issue are Need a huge bandwidth Need to load balance the web server. Need to load balance the MySQL Database server. Now let’s learn more about load balance you MySQL server. Servers Preparation [...]