- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 1 week ago#3294by Elias How do I repair MyISAM tables in MySQL?
- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 1 week ago - 6 months 1 week ago#3295by Elias First, try
myisamchk -r -q tbl_name ( -r -q means “quick recovery mode”). This attempts to repair the index file without touching the data file. If the data file contains everything that it should and the delete links point at the correct locations within the data file, this should work, and the table is fixed.
dev.mysql.com/doc/refman/5.7/en/myisam-r...20table%20is%20fixed .
Last edit: 6 months 1 week ago by Elias.
- Q&A Forum
- Index
- Database
- How do I repair MyISAM tables in MySQL?
Time to create page: 0.059 seconds