How do I view the parameters in a query?

后端 未结 5 1372
遇见更好的自我
遇见更好的自我 2021-02-08 04:09

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

5条回答
  •  爱一瞬间的悲伤
    2021-02-08 04:20

    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?

提交回复
热议问题