To start MariaDB on [Fedora || CentOS], execute the following command:
systemctl start mariadb.service
To autostart MariaDB on Fedora 20, execute the following command:
systemctl enable mariadb.service
After you started MariaDB (do this only once), execute the following command:
/usr/bin/mysql_secure_installation