MySQL Recovery to Fix Error 145 in Database
Every MyISAM table is stored in three kind of files, these are .frm, .myd, .myi, stand for table format, data, and indexes. These files may become corrupt due http://www.blogger.com/img/blank.gifto system failure, when MyISAM table not closed properly, that generate unnecessary circumstance of table corruption. In these condition there may arise error and then we can solve that by using recover MySQL Database . Now, take an example where you are creating a MySQL database that saved at its default location MyISAM. But, All of sudden there occur a error message that is following. “MySQL error code 145 = Table was marked as crashed and should be repaired.” The error may arise when we tried to access data’s from corrupted tables. To fix this error you should use proper tools. Mostly, this error can be easily solved using database repair utilities, but first of all we should check the integrity of the database. For that, you have to follow the following steps. First check that server is