MariaDB
Tips
Presented here are technical tips on Linux.
Use of the bash shell is assumed however most tips should work in any shell.
Execute show processlist every second:
watch -n1 "mysql -e 'show processlist'"
Presented here are technical tips on Linux.
Use of the bash shell is assumed however most tips should work in any shell.
Execute show processlist every second:
watch -n1 "mysql -e 'show processlist'"