Translations:Devops:Install OpenMRS SDK/29/nb

Fra pc-aid wiki

Source: https://dba.stackexchange.com/questions/261932/how-to-reset-mariadb-into-a-fresh-install-state

sudo systemctl stop mysql 
sudo rm -rf /var/lib/mysql/* 
sudo -u mysql mysql_install_db 
sudo systemctl start mysql