Earlier this week, MySQL
Shell 1.08 has been released. This is the first Release
Candidate of this major piece of MySQL InnoDB Cluster.
Some commands have been changed and some new ones were added.
For example the following useful commands were added:
-
dba.checkInstanceConfiguration() -
cluster.checkInstanceState() -
dba.rebootClusterFromCompleteOutage()
So let’s have a look on how to use the new MySQL Shell to create a MySQL InnoDB Cluster.
Action Plan
We have 3 blank Linux servers: mysql1, mysql2 and mysql3 all running rpm based Linux version 7 (Oracle Linux 7, CentOS 7, …).
We will install the required MySQL yum repositories and install the needed packages …
[Read more]