Skip to content

Instantly share code, notes, and snippets.

@givanse
Created July 10, 2015 15:27
Show Gist options
  • Save givanse/a5c28b54d4b9e44cab13 to your computer and use it in GitHub Desktop.
Save givanse/a5c28b54d4b9e44cab13 to your computer and use it in GitHub Desktop.
kill mysql
apt-get remove --purge mysql-common mysql-server mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-server-core-5.5 libmysqlclient-dev
rm -rf /var/lib/mysql
rm -r /etc/mysql/
rm -rf /var/log/mysql
deluser mysql
delgroup mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment