8.4. myisamlog — Display MyISAM Log File Contents

MySQL 5.0

8.4. myisamlog — Display MyISAM Log File Contents

myisamlog processes the contents of a log file.

Invoke myisamlog like this:

shell> ] [ [] ...]

The default operation is update (). If a recovery is done (), all writes and possibly updates and deletes are done and errors are only counted. The default log file name is if no argument is given, If tables are named on the command line, only those tables are updated.

myisamlog understands the following options:

  • ,

    Display a help message and exit.

  • Execute only commands.

  • Specify the maximum number of open files.

  • Display extra information before exiting.

  • Specify the starting offset.

  • Remove components from path.

  • Perform a recovery operation.

  • Specify record position file and record position.

  • Perform an update operation.

  • Verbose mode. Print more output about what the program does. This option can be given multiple times to produce more and more output.

  • Specify the write file.

  • Display version information.