Answers for "update mariadb centos"

2

install mariadb

sudo apt update
sudo apt-get -y install mariadb-server
sudo systemctl start mariadb
sudo systemctl enable mariadb
Posted by: Guest on October-20-2020
1

how to install mariadb on centos 7

You can install MariaDB Server from the command-line:

$ sudo yum install mariadb-server
Posted by: Guest on March-24-2021

Browse Popular Code Answers by Language