mysqladmin -vv processlist now shows more information
What is shown in this case is the result from the following query: select * from information_schema.processlist where id != connection_id() This allows easy monitoring of for example MAX_MEMORY_USED
Showing
Please register or sign in to comment