- Elias
Topic Author- Offline
- Administrator

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

Less More- Posts: 4306
- Thank you received: 0
5 months 3 weeks ago - 5 months 3 weeks 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: 5 months 3 weeks ago by Elias.
- Q&A
- Index
- Database
- How do I repair MyISAM tables in MySQL?
Time to create page: 0.098 seconds