How to see all queries

Is there a way to see what queries to the database is the current page
doing?

Wiktor wrote:

Is there a way to see what queries to the database is the current page
doing?

In the development environment, you can look at log/development.log. On
Linux, I simply monitor it using ‘tail -f’.

Is there a way to see what queries to the database is the current page
doing?

In the development environment, you can look at log/development.log. On
Linux, I simply monitor it using ‘tail -f’.

Thanks David

V