Computer Hacking Forensic Investigator (CHFI v10) — Question 332
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?
Answer options
- A. mysqldump
- B. myisamaccess
- C. myisamlog
- D. myisamchk
Correct answer: C
Explanation
The correct answer is C, myisamlog, as it is specifically designed to analyze and recover MyISAM log files. The other options, such as mysqldump and myisamchk, serve different purposes, such as backing up databases and checking table integrity, respectively, and are not intended for log file recovery.