Skip to content

Instantly share code, notes, and snippets.

@GregGallant
Last active August 29, 2015 14:06
Show Gist options
  • Save GregGallant/841bdad08b86302dbf9e to your computer and use it in GitHub Desktop.
Save GregGallant/841bdad08b86302dbf9e to your computer and use it in GitHub Desktop.
Watch MySQL process from command line in real time
#/bin/bash
watch -n 1 mysqladmin --user=<user> --password=<password> processlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment