Created
May 4, 2016 10:32
-
-
Save denyago/8d1904358b734aee8417f56fffd43639 to your computer and use it in GitHub Desktop.
This file contains 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
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