• Monty's avatar
    mysqladmin -vv processlist now shows more information · 18166e45
    Monty authored
    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
    18166e45
mysqladmin.cc 48.6 KB