Solution:
First, you need to install MariaDB server
yum install -y mariadb-server
Start the service
systemctlstartmariadb.service
Add to boot
systemctlenablemariadb.service
Make some security settings, and modify the database administrator password