In order to debug my code I would like to see the explicit sql query that is executed.
I create the query with createQueryBuilder, and the most explicit thi
createQueryBuilder
I would use Profiler in SQL Server to get what is being sent to the database. Apparently there are some similar tools for mySQL. Is there a Profiler equivalent for MySql?