February 2018
Intermediate to advanced
510 pages
16h 10m
English
This program is a utility for processing content of a MyISAM log file. When starting the MySQL server, use the --log-isam=log_file option.
Executing the myisamlog command uses syntax as shown in the following code block:
shell> myisamlog [options] [file_name [tbl_name] ...]
The default operation is marked as an update and if recovery is done all writes, updates, and deletes are done and errors are counted only. myisam.log is the default log filename.
The program has some options used to specify offsets, recovery, open a number of files, and a few more, which can be retrieved by using the myisamlog --help command.
Read now
Unlock full access