How to find out who is using the MySQL server and in what state

Practice




How can you find out on MySQL who's using the server and in what state?

in Oracle there's a query select * from v$session where username is not null order by logo
but how do you do that in mysql?
SHOW PROCESSLIST — it's all written up in detail there

http://www.mysql.ru/docs/man/SHOW_PROCESSLIST.html

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Databases - MySql (Maria DB)"

Terms: Databases - MySql (Maria DB)