I have an error in my script and want to see full mysql query but mysql error log don't show any queryies that my script send. I changed my.ini file and add
general_log = 1
slow_query_log = 1
slow_query_log_file = "C:/xampp/mysql/data/mysql-slow.log"
I found this in slow-query.log file
c:\xampp\mysql\bin\mysqld.exe, Version: 5.6.21-log (MySQL Community Server (GPL)). started with:
TCP Port: 3306, Named Pipe: C:/xampp/mysql/mysql.sock
Time Id Command Argument
But how to see full query of my script? Thanx in advance!