Are you tired of clicking enter and enter to see the mysql processlist from command line? Now you can use watch to see the live processlist:
watch -n 2 'mysql -p your_database -e "show full processlist;"'
Are you tired of clicking enter and enter to see the mysql processlist from command line? Now you can use watch to see the live processlist:
watch -n 2 'mysql -p your_database -e "show full processlist;"'
0 Comments