Custom Search
|
|
Resolving "mysql Error Code 135=no More Room In Record File"
Consider the below error message that a MySQL database administrator encountered while executing the ALTER TABLE command: "MySQL error code 135 = No more room in record file" After the above error appeared on the screen, none of the commands worked on that table. Cause: The root cause for the above error message is corruption in MyISAM table. Corruption usually occurs due to unexpected end of the file, record file crash, and application malfunction. Resolution: To get pass the above error message, the administrator needs to follow the below steps: 1. Check and repair the table by running below commands: a. myisamchk *.MYI b. myisamchk –r –q tablename 2. In case the above commands fail to execute, restore the data from an updated backup. 3. In case of no backup availability, use an effective third-party MySQL database repair application. MySQL database repair tool information: A MySQL database repair software is an easy solution to repair any corrupted MySQL database table. Be it an MyISAM or InnoDB database table, such MySQL database repair applications repair the tables and recover all the records. These MySQL repair tools are easy to understand and implement. Applied for: MySQL 5.x Article Directory: http://www.articledashboard.com Gaurav work as a freelancer and researcher for Data Recovery & MySQL Recovery Software. |
|
© 2005-2011 Article Dashboard