Difference between revisions of "MariaDB"
Jump to navigation
Jump to search
(Created page with " == Tips == {{Linux Tips}} Execute show processlist every watch -n 1 "mysql -e 'show processlist'" {{MariaDB}}") |
|||
| Line 8: | Line 8: | ||
Execute show processlist every |
Execute show processlist every |
||
| − | watch - |
+ | watch -n1 "mysql -e 'show processlist'" |
{{MariaDB}} |
{{MariaDB}} |
||
Revision as of 05:44, 13 December 2025
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
watch -n1 "mysql -e 'show processlist'"