Skip to content

Instantly share code, notes, and snippets.

@mkhlil1288
Created January 18, 2017 08:32
Show Gist options
  • Save mkhlil1288/fe7409d12f8a8fc5aa6b8f668285dde4 to your computer and use it in GitHub Desktop.
Save mkhlil1288/fe7409d12f8a8fc5aa6b8f668285dde4 to your computer and use it in GitHub Desktop.
For Uninstall package
sudo systemctl stop mysql
sudo apt-get remove --purge mysql-server mysql-common -y
sudo apt-get autoremove -y
sudo apt-get autoclean -y
sudo rm -rf /var/lib/mysql/ sudo rm -rf /etc/mysql/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment