Custom Search
|
|
Identifying And Resolving Mysql Database Corruption
Some common error messages that help a MySQL database administrator to identify that his MySQL database is corrupted are listed below: 126: Index file is crashed / Wrong file format 127: Record file is crashed 132: Old database file 134: Record was already deleted (or record file crashed) 135: No more room in record file 136: No more room in index file 141: Duplicate unique key or constraint on write or update 144: Table is crashed and last repair failed 145: Tables was marked as crashed and should be repaired Cause: Few common ways by which MySQL database corruption occurs are killing MySQLD process in between, improper system shutdown, MySQL bug, and hardware failure. Resolution: To overcome the above error messages, the administrator needs to follow the below steps: Run CHECK TABLE command to identify the level of corruption. Run REPAIR TABLE command to repair the corrupt table. In case the above steps fail to repair the database, then the user needs to find a good third-party MySQL recovery application. MySQL database repair tool information: A MySQL database repair software is a permanent solution to repair corrupted MySQL database. The utility not only repairs and recovers all MySQL database components, but also restores them at user-specified location. The MySQL repair tool is easy understandable and does not require any prior technical knowledge. Applied for: MySQL 5.x Article Directory: http://www.articledashboard.com Gaurav work as a freelancer and researcher for < href=http://www.datarecovery-info.com/database-recovery/mysql-recovery.html>Data Recovery & MySQL Recovery Software. |
|
© 2005-2011 Article Dashboard