I am using MySQL Administrator and MySQL Workbench to view my current threads and connections, and the query is shown within those apps, but it's just way too long and runs off the screen.
What is a simple way to see all queries no matter how long they are? Is there a simple SQL statement I can just run?
Run the following command in order to see full query in the output:
mysql>SHOW FULL PROCESSLIST;
Look for more information here: How to see full query from SHOW PROCESSLIST
In order to see all queries you MUST have PROCESS privilege.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With