I would like to see live all mysql running queries (like profiler in mssql) I tried jet profiler, but I don't get same result as mssql profiler. Is there such a tool or maybe build in option to output to log?
I'll spill more light, maybe someone will think about workaround. I use entity framework to connect from .net to mysql. there are queries that work in development environment and not in production. I want to see parsed query to see what is wrong.