Install Mariadb Amazon Linux 2

[Solved] Install Mariadb Amazon Linux 2 | Shell - Code Explorer | yomemimo.com
Question : install mariadb amazon linux 2

Answered by : hieu-luu-ndgjx1a4p2ux

sudo yum update -y
sudo yum install -y mariadb-server
sudo systemctl start mariadb
sudo systemctl enable mariadb

Source : https://stackoverflow.com/questions/63069237/mariadb-installation-on-amazon-linux-2 | Last Update : Fri, 29 Apr 22

Question : start mariadb on linux terminal

Answered by : bertrand-atemkeng

sudo systemctl start mariadb

Source : https://mariadb.com/kb/en/systemd/ | Last Update : Mon, 22 Jun 20

Question : start mariadb on linux terminal

Answered by : bertrand-atemkeng

sudo systemctl restart mariadb

Source : https://mariadb.com/kb/en/systemd/ | Last Update : Mon, 22 Jun 20

Answers related to install mariadb amazon linux 2

Code Explorer Popular Question For Shell