MySQL InnoDB Cluster

From Michael's Information Zone
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

[1]

  • Installed mysql shell on my Fedora 33 workstation.
sudo dnf install -y mysql-shell