Sambhavi
|
You can try out the following manual operations to get your crashed database table repaired. First of all try this command: myisamchk –r –q tbl name. By using this command, the index file will be repaired without touching the data file.
If the above command fails, then try out the following command: myisamchk –safe-recover tbl name. By using this command, the crashed database table would be repaired as well as recovered.
Even by running these 2 commands, the damaged table is not repaired then I would recommend you to use MySQL Database Repair software. This software by its sophisticated algorithm will help you in repairing the crashed tables of MySQL Database.
Posted 361 days ago
|