MariaDB Install --------------- yum -y install mariadb mariadb-server systemctl restart mariadb.service chkconfig mariadb on mysql_secure_installation Default password is blank (just press enter). Set a new password: yournewsqlpassword Remove anonymous: y Do not prevent remote root access. Remove test database and reload permissions. Test: mysql -uroot -pyournewsqlpassword quit