Here is how to install and start MySQL Cluster 7.0.5 in eight
steps:
- Go to the configurator and setup the configuration you wish
to have. Make sure you select "MySQL Cluster 7.0.x" in the first
drop down.
- Copy the package you either download or receive by email to one of the computers that will run one of the management servers.
- tar xvfz
mysqlcluster-70.tgz
-
cd mysqlcluster-70/scripts/install
- Download MySQL Cluster 7.0 from MySQL website and put it in mysqlcluster-70/scripts/install
-
sh dist-tgz.sh
-
sh bootstrap.sh
-
cd .. && sh start-cluster-initial.sh
Okay, step 1) …
[Read more]