Linux "myisamlog" Command Line Options and Examples
display MyISAM log file contents

myisamlog processes the contents of a MyISAM log file. To create such a file, start the server with a --log-isam=log_file option. Invoke myisamlog like this: shell> myisamlog [options] [file_name [tbl_name] .


Usage:

myisamlog [options] [log_file [tbl_name] ...]




Command Line Options:

-?
Display a help message and exit.
myisamlog -? ...
-c
Execute only N commands.
myisamlog -c ...
-f
Specify the maximum number of open files.
myisamlog -f ...
-F
Specify the file path with a trailing slash.
myisamlog -F ...
-i
Display extra information before exiting.
myisamlog -i ...
-o
Specify the starting offset.
myisamlog -o ...
-p
Remove N components from path.
myisamlog -p ...
-r
Perform a recovery operation.
myisamlog -r ...
-R
Specify record position file and record position.
myisamlog -R ...
-u
Perform an update operation.
myisamlog -u ...
-v
Verbose mode. Print more output about what the program does. This option can be given multiple times to produce more and moreoutput.
myisamlog -v ...
-w
Specify the write file.
myisamlog -w ...
-V
Display version information.COPYRIGHTCopyright © 1997, 2019, Oracle and/or its affiliates. All rights reserved.This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public Licenseas published by the Free Software Foundation; version 2 of the License.This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.You should have received a copy of the GNU General Public License along with the program; if not, write to the Free SoftwareFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
myisamlog -V ...