| 1 to 5 of 5 |
1. MySQL :: MySQL 5.0 Reference Manual :: 12.5.2.6 REPAIR TABLE Syntax
12.5.2.6. REPAIR TABLE Syntax REPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name ] ... [QUICK] [EXTENDED] [USE_FRM] REPAIR TABLE repairs a possibly corrupted table. By default, it has the same effect as myisamchk --recover tbl_name . REPAIR TABLE works for MyISAM and for ARCHIVE tables. See Section 13.1, “The MyISAM Storage Engine” , and Section 13.8, “The ARCHIVE Storage Engine” . This statement requires SELECT and INSERT privileges for the table. Normally, you should never have to run this st
» http://dev.mysql.com/doc/refman/5.0/en/repair-table.html
2. MySQL :: MySQL 5.1 Reference Manual :: 12.5.2.6 REPAIR TABLE Syntax
12.5.2.6. REPAIR TABLE Syntax REPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name ] ... [QUICK] [EXTENDED] [USE_FRM] REPAIR TABLE repairs a possibly corrupted table. By default, it has the same effect as myisamchk --recover tbl_name . REPAIR TABLE works for MyISAM and for ARCHIVE tables. Starting with MySQL 5.1.9, REPAIR is also valid for CSV tables. See Section 13.4, “The MyISAM Storage Engine” , and Section 13.10, “The ARCHIVE Storage Engine” , and Section 13.11, “The CSV Storage Engine” This
» http://dev.mysql.com/doc/refman/5.1/en/repair-table.html
3. MySQL :: MySQL 6.0 Reference Manual :: 12.5.2.5 REPAIR TABLE Syntax
12.5.2.5. REPAIR TABLE Syntax REPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name ] ... [QUICK] [EXTENDED] [USE_FRM] REPAIR TABLE repairs a possibly corrupted table. By default, it has the same effect as myisamchk --recover tbl_name . REPAIR TABLE works for MyISAM , ARCHIVE , and CSV tables. See Section 13.4, “The MyISAM Storage Engine” , and Section 13.11, “The ARCHIVE Storage Engine” , and Section 13.12, “The CSV Storage Engine” This statement requires SELECT and INSERT privileges for the tabl
» http://dev.mysql.com/doc/refman/6.0/en/repair-table.html
4. MySQL :: MySQL 5.1 with Maria Reference Manual :: 12.5.2.6 REPAIR TABLE Syntax
12.5.2.6. REPAIR TABLE Syntax REPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name ] ... [QUICK] [EXTENDED] [USE_FRM] REPAIR TABLE repairs a possibly corrupted table. By default, it has the same effect as myisamchk --recover tbl_name . REPAIR TABLE works for MyISAM and for ARCHIVE tables. Starting with MySQL 5.1.9, REPAIR is also valid for CSV tables. See Section 13.4, “The MyISAM Storage Engine” , and Section 13.11, “The ARCHIVE Storage Engine” , and Section 13.12, “The CSV Storage Engine” This
» http://dev.mysql.com/doc/refman/5.1-maria/en/repair-table.html
5. MySQL :: MySQL 3.23, 4.0, 4.1 Reference Manual :: 12.5.2.6 REPAIR TABLE Syntax
12.5.2.6. REPAIR TABLE Syntax REPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE tbl_name [, tbl_name ] ... [QUICK] [EXTENDED] [USE_FRM] REPAIR TABLE repairs a possibly corrupted table. By default, it has the same effect as myisamchk --recover tbl_name . REPAIR TABLE works for MyISAM and for ARCHIVE tables. See Section 13.1, “The MyISAM Storage Engine” , and Section 13.7, “The ARCHIVE Storage Engine” . This statement requires SELECT and INSERT privileges for the table. Normally, you should never have to run this st
» http://dev.mysql.com/doc/refman/4.1/en/repair-table.html
| 1 to 5 of 5 |