DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) myisamlog

Info Catalog (mysql.info) myisamchk (mysql.info) client-utility-programs (mysql.info) myisampack
 
 8.3 `myisamlog' -- Display `MyISAM' Log File Contents
 =====================================================
 
 `myisamlog' processes the contents of a `MyISAM' log file.
 
 Invoke `myisamlog' like this:
 
      shell> myisamlog [OPTIONS] [LOG_FILE [TBL_NAME] ...]
 
 The default operation is update (-u). If a recovery is done (-r), all
 writes and possibly updates and deletes are done and errors are only
 counted. The default log file name is `myisam.log' if no LOG_FILE
 argument is given, If tables are named on the command line, only those
 tables are updated.
 
 `myisamlog' understands the following options:
 
    * -?, -I
 
      Display a help message and exit.
 
    * -c N
 
      Execute only N commands.
 
    * -f N
 
      Specify the maximum number of open files.
 
    * -i
 
      Display extra information before exiting.
 
    * -o OFFSET
 
      Specify the starting offset.
 
    * -p N
 
      Remove N components from path.
 
    * -r
 
      Perform a recovery operation.
 
    * -R RECORD_POS_FILE RECORD_POS
 
      Specify record position file and record position.
 
    * -u
 
      Perform an update operation.
 
    * -v
 
      Verbose mode. Print more output about what the program does. This
      option can be given multiple times to produce more and more output.
 
    * -w WRITE_FILE
 
      Specify the write file.
 
    * -V
 
      Display version information.
 
Info Catalog (mysql.info) myisamchk (mysql.info) client-utility-programs (mysql.info) myisampack
automatically generated byinfo2html