MySQL :: MySQL 5.0 Reference Manual :: 7.6.3 How to Repair MyISAM Tables

MySQL :: MySQL 5.0 Reference Manual :: 7.6.3 How to Repair MyISAM Tables

瀏覽:1236
日期:2025-06-21
Move the data file to a safe place. Use the table description file to create new (empty) data and index files: shell> mysql db_name mysql> SET autocommit=1; mysql> TRUNCATE TABLE tbl_name; mysql> quit Copy the old data file back onto ......看更多