Skip to content

miguelaraujo/DBAMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB AMA: MySQL InnoDB Cluster & ReplicaSet

This repository includes the guidelines and tools written to run the demos presented during DB AMA's session about MySQL InnoDB Cluster & ReplicaSet.

DB AMA

Pre-requisites

The following must be installed and ready to be used:

MySQL-Shell

MySQL-Router

DBDeployer

Install MySQL-Server using DBDeployer

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

More info

Usage

Init environment

  1. Run the init script:

./init.sh

NOTE: Set the same password for the myadmin account

  1. Follow the steps as in the session :)

Recorded Session

Destroy enviroment

for i in {1..6}; do dbdeployer delete msb${i} &&; done

MySQL AdminAPI documentation/userguide

Please take a look at the AdminAPI userguide to clarify any doubts or to get more information about it.

Contributing

Pull requests are very welcome.

If you find any problem, please open an issue.

License

MIT

About

DB AMA: MySQL InnoDB Cluster & ReplicaSet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published