nerdexam
EC-Council

312-49 · Question #514

Which MySQL log file contains information on server start and stop?

The correct answer is D. Error log file. The MySQL Error Log records critical server events including server startup and shutdown messages, along with errors, warnings, and diagnostic information. It is the primary log to check for server lifecycle events. The General Query Log records all SQL statements received by…

Submitted by jaden.t· Apr 18, 2026Disk Forensics

Question

Which MySQL log file contains information on server start and stop?

Options

  • ASlow query log file
  • BGeneral query log file
  • CBinary log
  • DError log file

How the community answered

(55 responses)
  • A
    7% (4)
  • B
    4% (2)
  • C
    2% (1)
  • D
    87% (48)

Explanation

The MySQL Error Log records critical server events including server startup and shutdown messages, along with errors, warnings, and diagnostic information. It is the primary log to check for server lifecycle events. The General Query Log records all SQL statements received by the server. The Slow Query Log captures queries that exceed a defined execution time threshold. The Binary Log (binlog) records data-changing SQL statements for replication and point-in-time recovery but does not log server start/stop events. For any investigation into when a MySQL server was started or stopped, the Error Log is the correct source.

Topics

#MySQL logs#Server logs#Log file identification#Database forensics

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice