Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpMyAdmin - logging client queries?

Tags:

phpmyadmin

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

like image 847
sap Avatar asked May 30 '26 03:05

sap


1 Answers

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.

like image 193
Maksym Polshcha Avatar answered Jun 02 '26 21:06

Maksym Polshcha