User Tools

Site Tools


mysql_processlist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mysql_processlist [2017/08/18 06:06] luke7858mysql_processlist [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 4: Line 4:
 To view mysql query list run the following command from the command line: To view mysql query list run the following command from the command line:
 <sxh bash> <sxh bash>
-Copy 
 SELECT * FROM information_schema.processlist WHERE command != 'Sleep' ORDER BY time; SELECT * FROM information_schema.processlist WHERE command != 'Sleep' ORDER BY time;
 </sxh> </sxh>
mysql_processlist.1503036360.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki