How can I view live MySQL queries?

Posted by barfoon on Stack Overflow See other posts from Stack Overflow or by barfoon
Published on 2009-02-20T06:54:18Z Indexed on 2010/06/17 12:53 UTC
Read the original article Hit count: 243

Hey all,

I am just wondering if its possible to trace MySQL queries on my linux server as they happen?

For example I'd love to set up some sort of listener, then request a web page and view all of the queries the engine executed, or just view all of the queries being run on a production server.

Are there tools to do this?

Thank you,

© Stack Overflow or respective owner

Related posts about mysql

Related posts about tools