mysql: turn on the general log

logfile, mysql, xampp

Solution

I type it wrong XD

it should be...

general_log = 1
general_log_file = "mysql_query.log"

and don't forget to check log_output variable to be "FILE"

Problem

I try to turn on the general log on the mysql I use the xampp as the local server and this is my.ini ``` log_output = FILE general_log = 1 general_log = "mysql_query.log" ``` I can't find the file at all, please help

Original source