I am using mysql server 5.0
I see there is a file called as log.txt under the path “C:\Program Files\MySQL\MySQL Server 5.0\data.log.txt”.
What is the use of this logfile?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
this is the general query log, contains a log of all connections and all statements executed. specified with the –log option on the command line:
http://dev.mysql.com/doc/refman/5.0/en/query-log.html