Reputation: 1141
Is there a way to find out or to log what kind of queries are being sent by client applications to a phpMyAdmin db?
Thanks so much in advance
Upvotes: 3
Views: 1774
Reputation: 18358
phpmyadmin does offer a brief history. if you click on the 'sql' icon just underneath the 'phpmyadmin' logo, it'll open a new window. in the new window, just click on the 'history' tab.
that'll give you the last twenty or so sql operations.
Upvotes: 2