Is it possible that can count number of queries which send to the MySQL database, during a specific time?
for example I want to know how many queries was called by using PHP in last month? I know that we can write a program for doing this. foe example by putting this top of a PHP file
show session status like "Queries";
but I want to know does MySQL has this feature? for example a recorded data that counts queries, and when you select a date, it shows number of queries which sent to the MySQL.