Skip to content

Instantly share code, notes, and snippets.

@denyago
Created May 4, 2016 10:32
Show Gist options
  • Save denyago/8d1904358b734aee8417f56fffd43639 to your computer and use it in GitHub Desktop.
Save denyago/8d1904358b734aee8417f56fffd43639 to your computer and use it in GitHub Desktop.
mysql.server start --log-error=/tmp/mysql.errors.log &&\
watch -c -n 20 'mysql.server status; echo "\n"; tail -n 20 /tmp/mysql.errors.log' ;\
mysql.server stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment