MySQL Cluster Getting Started [Redhat/Centos 6]

Installing 1.Download the RPM from MySQL.com [syntax type=”bash”]wget http://dev.mysql.com/get/Downloads/MySQL-Cluster-7.3/MySQL-Cluster-gpl-7.3.5-1.el6.x86_64.rpm-bundle.tar [/syntax] 2.Install the RPM  and dependencies [syntax type=”bash”]yum groupinstall ‘Development Tools'[/syntax] [syntax type=”bash”]yum remove mysql-libs[/syntax] [syntax type=”bash”]yum install libaio-devel[/syntax] [syntax type=”bash”]rpm -Uhv MySQL-Cluster-server-gpl-7.3.5-1.el6.x86_64.rpm[/syntax] This installs all the binaries that will be required to configure each component of the MySQL Cluster.