How can I start and check my MySQL log?

前端 未结 5 1341
逝去的感伤
逝去的感伤 2020-12-13 09:45

I want to check the log in MySQL to see the queries that are being run by my application. How can I do this? I am using XAMPP and the directory to MySQL is C:\\xampp\\mysql.

5条回答
  •  温柔的废话
    2020-12-13 10:36

    Seems like the general query log is the file that you need. A good introduction to this is at http://dev.mysql.com/doc/refman/5.1/en/query-log.html

提交回复
热议问题