35,10,0,50,1
25,600,60,0,3000,5000,25,800
90,150,1,50,12,30,50,1,70,12,1,50,1,1,1,5000
0,2,1,0,2,40,15,5,2,1,0,20,0,1
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com...
welcome to wplecturer.com...
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com

Translate

How do I repair MyISAM tables in MySQL?

More
2 weeks 5 days ago #3294 by ekatsa
How do I repair MyISAM tables in MySQL?

Please Log in to join the conversation.

More
2 weeks 5 days ago - 2 weeks 5 days ago #3295 by ekatsa
Replied by ekatsa on topic How do I repair MyISAM tables in MySQL?
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: 2 weeks 5 days ago by ekatsa.

Please Log in to join the conversation.

Time to create page: 0.225 seconds