Skip to content

Instantly share code, notes, and snippets.

@thephucit
Created January 10, 2019 10:46
Show Gist options
  • Select an option

  • Save thephucit/640acc0d9320e2bbcb53bdc20a57c3f4 to your computer and use it in GitHub Desktop.

Select an option

Save thephucit/640acc0d9320e2bbcb53bdc20a57c3f4 to your computer and use it in GitHub Desktop.
sudo systemctl stop mysql
sudo apt-get remove --purge mysql-server mysql-client mysql-common
sudo apt-get autoremove
sudo apt-get autoclean
sudo rm -rf /var/lib/mysql/
sudo rm -rf /etc/mysql/
sudo apt-get install mariadb-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment