MySQL: Install

by Mark Nielsen
Copyright 2021, 2022


We are going to focus on MySQL 8.0 and MariaDB and Percona. Will go briefly over MySQL install, NDB, and Galera Cluster (Percona and MariaDB). Even though the GUI programs are great, will be focusing on line command.
  1. Links
  2. GUI install
  3. Command Line
  4. Replication
  5. NDB
  6. Galera (Percona and MariaDB)

Links



GUI install

Although the GUI programs are great, I will be sitcking to line command. I am in favor of GUI progrms.

MySQL + Replication

Galera

NBD



Command Line

We are going to focus on Ubuntu. This is very simple. We will download the percona version.

Replication

Now we will setup Master and Slave on the same system.

NDB

The article mentioned in the links is a good article. This will be a simple set of steps just to get it setup without the explanation.

Galera (Percona and MariaDB)

Percona has excellent docs to install it manually. MariaDB also has good docs, but I think Perconas is simplier.