nerdexam
EC-Council

312-49 · Question #578

You are assigned a task to examine the log files pertaining to MyISAM storage engine. While examining, you are asked to perform a recovery operation on a MyISAM log file. Which among the following MyS

The correct answer is C. myisamlog. myisamlog is the MySQL utility specifically designed to read and process the contents of MyISAM log files, and it also supports performing recovery operations on them. mysqldump is used for exporting/backing up databases, not log file recovery. myisamaccess is not a real MySQL ut

Submitted by omar99· Apr 18, 2026Computer Forensics Investigation Process

Question

You are assigned a task to examine the log files pertaining to MyISAM storage engine. While examining, you are asked to perform a recovery operation on a MyISAM log file. Which among the following MySQL Utilities allow you to do so?

Options

  • Amysqldump
  • Bmyisamaccess
  • Cmyisamlog
  • Dmyisamchk

How the community answered

(41 responses)
  • A
    2% (1)
  • C
    95% (39)
  • D
    2% (1)

Explanation

myisamlog is the MySQL utility specifically designed to read and process the contents of MyISAM log files, and it also supports performing recovery operations on them. mysqldump is used for exporting/backing up databases, not log file recovery. myisamaccess is not a real MySQL utility. myisamchk is used for checking and repairing MyISAM table files (not log files specifically). Only myisamlog directly handles MyISAM log file examination and recovery.

Topics

#MySQL utilities#MyISAM#Log file recovery#Database forensics

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice