For a full description of the option. @xref{myisamchk syntax}.
...
...
@@ -20784,7 +20785,7 @@ Most of the options to @code{safe_mysqld} are the same as the options to
@code{safe_mysqld} supports the following options:
@itemize
@table @code
@item --basedir=path
@item --core-file-size=#
Size of the core file @code{mysqld} should be able to create. Passed to @code{ulimit -c}.
...
...
@@ -20811,7 +20812,7 @@ Number of files @code{mysqld} should be able to open. Passed to @code{ulimit -n}
@item --timezone=#
Set the timezone (the @code{TZ}) variable to the value of this parameter.
@item --user=#
@end itemize
@end table
The @code{safe_mysqld} script is written so that it normally is able to start
a server that was installed from either a source or a binary version of
...
...
@@ -20891,7 +20892,7 @@ list. Anything after a white space is ignored.
@code{mysqld_multi} supports the following options:
@itemize
@table @code
@cindex config-file option
@item --config-file=...
Alternative config file. Note: This will not affect this program's own
...
...
@@ -20936,7 +20937,7 @@ MySQL user for @code{mysqladmin}.
@cindex version option
@item --version
Print the version number and exit.
@end itemize
@end table
Some notes about @code{mysqld_multi}:
...
...
@@ -21109,7 +21110,7 @@ file. It is permissible to omit the @file{.MYI} extension.
@code{myisampack} supports the following options:
@itemize @bullet
@table @code
@item -b, --backup
Make a backup of the table as @code{tbl_name.OLD}.
...
...
@@ -21163,7 +21164,7 @@ Wait and retry if table is in use. If the @code{mysqld} server was
invoked with the @code{--skip-locking} option, it is not a good idea to
invoke @code{myisampack} if the table might be updated during the
packing process.
@end itemize
@end table
@cindex examples, compressed tables
The sequence of commands shown below illustrates a typical table compression
...
...
@@ -34921,7 +34922,7 @@ column in a table, the default value is the current date and time.
@item
For string types other than @code{ENUM}, the default value is the empty
string. For @code{ENUM}, the default is the first enumeration value (if
you haven't explicitely specified another default value with the
you haven't explicitly specified another default value with the
@code{DEFAULT} directive).
@end itemize
...
...
@@ -36734,7 +36735,7 @@ The following options to @code{mysqld} can be used to change the behavior of
@multitable @columnfractions .40 .60
@item @strong{Option} @tab @strong{Description}
@item @code{--myisam-recover=#} @tab Automatic recover of crashed tables.
@item @code{--myisam-recover=#} @tab Automatic recovery of crashed tables.
@item @code{-O myisam_sort_buffer_size=#} @tab Buffer used when recovering tables.
@item @code{--delay-key-write-for-all-tables} @tab Don't flush key buffers between writes for any MyISAM table
@item @code{-O myisam_max_extra_sort_file_size=#} @tab Used to help MySQL to decide when to use the slow but safe key cache index create method. @strong{Note} that this parameter is given in megabytes!