How to install MariaDB (MySQL) on Centos 7



How to install MariaDB (MySQL) on Centos 7

How to install MariaDB (MySQL) on Centos 7

Free Linux cheat sheet found here: http://eepurl.com/dkRNM9

This video describes how to download and install Maridab on CentOs 7. The commands which you’ll need to follow along with this tutorial are:

sudo yum install mariadb
sudo yum install mariadb-server
sudo service mairadb start
sudo chkconfig mariadb on
sudo mysql_secure_installation
mysql -u root -p
create database darren
show databases

If you need to install centos7 follow my tutorial here:

https://www.youtube.com/watch?v=qZXZepdUjRI

Comments are closed.