0

Im having trouble debugging/finding the source of a query. Is there a free/open source query analyser software which can connect with PHP to find the source location of a query.

(like source location feature described here: http://mysqlblog.fivefarmers.com/2013/06/03/finding-the-source-of-problematic-queries/)

rosh3000
  • 309
  • 2
  • 16
  • 1
    any file grep tool? –  Feb 11 '18 at 22:06
  • Iv tried that but the query im looking for is generated using an eav model system. Ive tried loging all queries but no luck, the query only shows up on "show processlist". I have a feeling it is from a function in the PDO class like rowCount but cant find where. – rosh3000 Feb 12 '18 at 08:53

0 Answers0