This repository includes the guidelines and tools written to run the demos presented during DB AMA's session about MySQL InnoDB Cluster & ReplicaSet.
The following must be installed and ready to be used:
Get the latest MySQL Server 8.0 version using:
dbdeployer downloads get-by-version 8.0 --newest --OS=linux --minimal
Or alternatively, specify the download. For example:
dbdeployer downloads get-unpack mysql-8.0.21-linux-glibc2.17-x86_64-minimal.tar.xz
- Run the init script:
./init.sh
NOTE: Set the same password for the myadmin account
- Follow the steps as in the session :)
for i in {1..6}; do dbdeployer delete msb${i} &&; done
Please take a look at the AdminAPI userguide to clarify any doubts or to get more information about it.
Pull requests are very welcome.
If you find any problem, please open an issue.