Failed to start mysql.service: Unit mysql.service is masked.

rm -r /var/lib/mysql* # Remove any old database setup
mysql_install_db -u mysql # Install new database
systemctl unmask mysql.service # Emables the service for systemd
service mysql start # start the service.