I created a querylog.log file and place the line below:
log="C:\Users\paul\Documents\dumps\querylog.log"
in my.ini under [mysqld] to log all mysql queries on my computer but the problem that I have is that the queries are not properly formatted in the file. Is it possible to have the output logs formatted where everything will be written on a separate line (like have all the queries on one line)?
Thanks in advance for any help.