no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | mysql_statistics [2012/05/22 16:21] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== MySQL Statistics ====== | ||
+ | * [[MySQL]] | ||
+ | * [[pt-find]] | ||
+ | |||
+ | All the data that MySQL provides can be displayed by a '' | ||
+ | |||
+ | == Display process list == | ||
+ | |||
+ | The '' | ||
+ | |||
+ | < | ||
+ | SELECT id, user, host, db, command, time, state, info FROM information_schema.processlist ORDER BY id; | ||
+ | </ |