Results 1 to 3 of 3

Thread: Table is crashed and last repair failed

  1. #1
    samjoseph74 is offline Junior Member
    Join Date
    Jun 2009
    Posts
    1

    Default Table is crashed and last repair failed

    When I am making certain modifications in the xyz table. While doing so, I encounter a power outage and my system shuts down unexpectedly. Again I switch on my system and try to open the table, the following error message gets displayed:

    “Table is crashed and last repair failed”

    The data saved in the xyz table becomes inaccessible after the error occurrence.Suggest me what I do to recover my data.

  2. #2
    SamuelAugy is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Paris (France)
    Posts
    238

    Default Re: Table is crashed and last repair failed

    Maybe this would help you : myisamchk --max-record-length=1048576 -r -f <table_name>

    You can see more details here : http://maheshsworld.jokesplanet.com/?q=mysql_crash

  3. #3
    Davidpoul is offline Junior Member
    Join Date
    Jun 2009
    Posts
    1

    Default Re: Table is crashed and last repair failed

    Hi,

    To resolve the above error message, you will need to repair xyz.myi table by using these steps:

    1. To check and analyze the corrupted table, use either of the two commands:
    myisamchk xyz.myi
    Or
    Check Table xyz
    2. To repair the corrupted table, use either of the two commands:
    myisamchk -r –q xyz (-r -q means “quick recovery mode”)
    Or
    Repair Table xyz

    But if the above repair commands fail to repair the xyz table, you need to repair the table by using powerful MySQL Repair software. Such MySQL Database Repair applications incorporate advanced scanning algorithms to repair and restore the data stored in MyISAM tables.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 2011-02-15, 05:46 PM
  2. Replies: 2
    Last Post: 2007-11-16, 04:30 PM
  3. Server error: ALTER TABLE ALTER COLUMN failed
    By barrandray in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2007-07-24, 10:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •