How do I enable the MySQL function that logs each SQL query statement received from clients and the time that query statement has submitted? Can I do that in phpmyadmin or N
// To see global variable is enabled or not and location of query log SHOW VARIABLES like 'general%'; // Set query log on SET GLOBAL general_log = ON;