Turning On General Query Logging FOR WINDOWS in MySQL.
- by Joshua
I want to view the actual SQL resulting from a php call to mysqli-prepare, and apparently the only way to do that is by logging all queries. However, I can't seem to manage to turn on query logging in mysql for windows.
Help?