Skip to content

Instantly share code, notes, and snippets.

@shichao-an
Created August 28, 2014 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shichao-an/4f9d626979017a7cde05 to your computer and use it in GitHub Desktop.
Save shichao-an/4f9d626979017a7cde05 to your computer and use it in GitHub Desktop.
Purge MySQL on Ubuntu
#!/bin/bash
dpkg -l | grep mysql | awk '{ print $2 }' | xargs -I {} apt-get purge -y {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment