Difference between revisions of "MariaDB"

From Wiki 4 Men
Jump to navigation Jump to search
Line 7: Line 7:
 
{{Linux Tips}}
 
{{Linux Tips}}
   
Execute show processlist every
+
Execute show processlist every second:
  +
 
watch -n1 "mysql -e 'show processlist'"
 
watch -n1 "mysql -e 'show processlist'"
   

Revision as of 05:45, 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 second:

watch -n1 "mysql -e 'show processlist'"