312-49 · Question #582
Shane, a forensic specialist, is investigating an ongoing attack on a MySQL database server hosted on a Windows machine with SID "WIN-ABCDE12345F." Which of the following log file will help Shane in t
The correct answer is D. WIN-ABCDE12345F.log. In MySQL on Windows, the general query log file uses the hostname with a .log extension (e.g., WIN-ABCDE12345F.log). This log records every client connection, disconnection, and all SQL statements executed on the server, making it the most comprehensive source for forensic invest
Question
Shane, a forensic specialist, is investigating an ongoing attack on a MySQL database server hosted on a Windows machine with SID "WIN-ABCDE12345F." Which of the following log file will help Shane in tracking all the client connections and activities performed on the database server?
Options
- AWIN-ABCDE12345F.err
- BWIN-ABCDE12345F-bin.n
- CWIN-ABCDE12345F.pid
- DWIN-ABCDE12345F.log
How the community answered
(32 responses)- A3% (1)
- B3% (1)
- C6% (2)
- D88% (28)
Explanation
In MySQL on Windows, the general query log file uses the hostname with a .log extension (e.g., WIN-ABCDE12345F.log). This log records every client connection, disconnection, and all SQL statements executed on the server, making it the most comprehensive source for forensic investigation of database activity. The .err file is the error log (startup/shutdown errors, critical events). The -bin.n file is the binary log used for replication and point-in-time recovery. The .pid file stores the server process ID and contains no activity data.
Topics
Community Discussion
No community discussion yet for this question.