If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > which table needs to be repaired?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-10-10, 19:28
mustard76 mustard76 is offline
Registered User
 
Join Date: Mar 2010
Posts: 1
which table needs to be repaired?

I get the following error when doing a SELECT against my database. This occurs immediately after I import my schema and data (10 tables and 6,000 rows of data).

ERROR 126 (HY000): Incorrect key file for table '/tmp/#sql_47ff_5.MYI'; try to repair it

I have tried doing a "REPAIR TABLE <table name>" on all of my tables. I do not understand which table is corrupt or how to prevent the corruption when I do my import.

I'm using myISAM tables.

Version: mysql Ver 14.12 Distrib 5.0.89, for pc-linux-gnu (i686) using readline 5.1
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On