Viewing ALL queries to MySQL...
Posted: Mon 18 Sep 2006 17:45
Is there anyway to view all the queries that the MySQL server gets ?
I tried to drop the TMySQlMonitor component on the the form of the demo project "Loader". Then I started CoreLabs DBMonitor. The DBMonitor showed some sql queries, but not all. For instance pressing the load button on the "loader" demo form, causes inserts into the database. However these inserts were not shown...
Is there a way to inspect simply EVERY transaction between an application and the MySQL Database. Even a use statement, a statement fetching record count... Evereything in detail ?
I am thinking about something like a packet sniffer, that intercepts every thing between the database server and the application.
I appreciate any input
Kind regards
I tried to drop the TMySQlMonitor component on the the form of the demo project "Loader". Then I started CoreLabs DBMonitor. The DBMonitor showed some sql queries, but not all. For instance pressing the load button on the "loader" demo form, causes inserts into the database. However these inserts were not shown...
Is there a way to inspect simply EVERY transaction between an application and the MySQL Database. Even a use statement, a statement fetching record count... Evereything in detail ?
I am thinking about something like a packet sniffer, that intercepts every thing between the database server and the application.
I appreciate any input
Kind regards