Possible Duplicate:
How to enable MySQL Query Log?
Is there a way to track every SQL query in MySQL?
Im using Doctrine ORM to build entities and fetch them from database, and would like to see what queries is Doctrine producing. So when I refresh a webpage that uses Doctrine ORM to fetch some data from database, where could I see queries executed in database?
Is this possible?