Remember column sorting setting in MySQL Process List (Beta)
remeber die column sorting, at startup and if autorefresh enabled.
1
vote
Thank you for your input! We will consider this functionality in upcoming releases if it will be popular. Everyone, please continue voting for this feature if you consider it important.
—
IG
-
Bludau IT Services commented
use this query:
SELECT `ID`, `USER`, `HOST`, `DB`, `COMMAND`, `TIME`, `STATE`, LEFT(`INFO`, 51200) AS `Info`, `TIME_MS`, `STAGE`, `MAX_STAGE`, `PROGRESS`, `MEMORY_USED`, `MAX_MEMORY_USED`, `EXAMINED_ROWS`, `QUERY_ID`, `INFO_BINARY`, `TID` FROM `information_schema`.`PROCESSLIST`;
-
Bludau IT Services commented
thx