Oracle 5.0 Reference Manual page 436

Table of Contents

Advertisement

Option Sets Variable
Set the
storage engine recovery mode. The option value is any combination of the values
MyISAM
of DEFAULT, BACKUP, FORCE, or QUICK. If you specify multiple values, separate them by commas.
Specifying the option with no argument is the same as specifying DEFAULT, and specifying with an
explicit value of
disables recovery (same as not giving the option). If recovery is enabled, each
""
time
opens a
mysqld
closed properly. (The last option works only if you are running with external locking disabled.) If this
is the case,
mysqld
it.
The following options affect how the repair works.
Option
Description
Recovery without backup, forcing, or quick checking.
DEFAULT
If the data file was changed during recovery, save a backup of the
BACKUP
tbl_name.MYD
Run recovery even if we would lose more than one row from the
FORCE
Do not check the rows in the table if there are not any delete blocks.
QUICK
Before the server automatically repairs a table, it writes a note about the repair to the error log. If you
want to be able to recover from most problems without user intervention, you should use the options
BACKUP,FORCE. This forces a repair of a table even if some rows would be deleted, but it keeps the
old data file as a backup so that you can later examine what happened.
See
Section 14.1.1,
--old-style-user-limits
Version Introduced
Command-Line Format
Option-File Format
Enable old-style user limits. (Before MySQL 5.0.3, account resource limits were counted separately
for each host from which a user connected rather than per account row in the
Section 6.3.4, "Setting Account Resource
[416]
--one-thread
Command-Line Format
Server Command Options
Yes,
myisam_recover_options
Permitted Values
Type
enumeration
Default
OFF
Valid
DEFAULT
Values
BACKUP
FORCE
QUICK
table, it checks whether the table is marked as crashed or was not
MyISAM
runs a check on the table. If the table was corrupted,
file as tbl_name-datetime.BAK.
"MyISAM
Startup
Options".
[416]
5.0.3
--old-style-user-limits
old-style-user-limits
Permitted Values
Type
boolean
Default
FALSE
Limits". This option was added in MySQL 5.0.3.
--one-thread
416
[475]
attempts to repair
mysqld
.MYD
table.) See
user
file.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents