Skip to content

Instantly share code, notes, and snippets.

@kevincolten
Created February 6, 2014 21:46
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 kevincolten/8853141 to your computer and use it in GitHub Desktop.
Save kevincolten/8853141 to your computer and use it in GitHub Desktop.
listing all (mysql) processes and killing them
$ ps aux | grep mysql
$ sudo kill -9 629 513 #1, 5, 9 (varying levels of process killing)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment