How can I view live MySQL queries?
- by barfoon
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,