My problem is that: I have the app, which intensively discuss with MySQL-server and I need to check some issues in the incoming queries.
Is there any good tool to see what queries have been executed by the server ? Good, if it would be some GUI in MySQl workbench. And of course, I know about mysqld --log=log_file_name
, but really the direct viewing of file doesn't look like suite tool to see logs.
Thanks for hints.