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
I also wanted to enable the MySQL log file to see the queries and I have resolved this with the below instructions
/etc/mysql/mysql.conf.dand enable the below lines
general_log_file = /var/log/mysql/mysql.log
general_log = 1
/etc/init.d/mysql restart/var/log/mysql/ and check the logs