MySQL InnoDB Cluster
Revision as of 11:04, 25 April 2021 by Michael.mast (talk | contribs) (Created page with "==Purpose== To attempt installing a 3 node cluster. ==Process== Started with downloading and installing mysql80-community-release-el7-3.noarch.rpm on each node, and the workst...")
Purpose
To attempt installing a 3 node cluster.
Process
Started with downloading and installing mysql80-community-release-el7-3.noarch.rpm on each node, and the workstation I used for the admin API.
- Install and configure mysql server on first node. In my case this is Amazon Linux 2
sudo yum install mysql-server sudo systemctl enable --now mysqld.service
- Installed mysql shell on my Fedora 33 workstation.
sudo dnf install -y mysql-shell