This video will show you how to install MariaDB Server on CentOS 8.
MariaDB is a free and opensource database engine.
The commands that you need to follow this tutorial are:
- sudo yum install mariadb
- sudo yum install mariadb-server
- sudo systemctl status mariadb
- sudo systemctl start mariadb