Created
July 10, 2015 15:27
-
-
Save givanse/a5c28b54d4b9e44cab13 to your computer and use it in GitHub Desktop.
kill mysql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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