Computer Hacking Forensic Investigator (CHFI) — Question 147
Which MySQL log file contains information on server start and stop?
Answer options
- A. Slow query log file
- B. General query log file
- C. Binary log
- D. Error log file
Correct answer: D
Explanation
The Error log file is the correct answer because it captures critical events including the server's startup and shutdown processes. The Slow query log file focuses on queries that take too long to execute, the General query log file records all queries to the server, and the Binary log is used for replication and recovery, not for logging startup or shutdown events.