Reference Guide

Figure 36. Installation complete
Next step
Follow the procedure to install and congure MySQL server in all the three servers of the MySQL cluster.
NOTE
: To set up the environment as per the high availability setup, see dev.mysql.com.
Check MySQL InnoDB server instances
Before you add MySQL InnoDB to the cluster setup, verify that MySQL InnoDB is created as per the cluster requirements.
You must login as root user to run the commands and restart the system each time you run a set of commands.
Run the following commands to verify that the MySQL InnoDB server instance meets the congured cluster requirements:
NOTE
: The IP Address is dierent for each system that is used at your work place and the following commands are used only as
an example.
To check that the MySQL InnoDB is created as per the requirements, run the following commands at the command prompt:
mysql-js> dba.checkInstanceConfiguration('root@IP Address1')
mysql-js> dba.checkInstanceConfiguration('root@IP Address2')
mysql-js> dba.checkInstanceConfiguration('root@IP Address3')
42
Achieve high availability for MySQL InnoDB