MySQL Forums
Forum List  »  MyISAM

Re: ERROR 126 (HY000): Incorrect key file for table
Posted by: Kristijan Burnik
Date: December 16, 2008 08:23PM

My solution (as it appeared to be):

I optimized my tables by adding indexes to ID columns (id_member, id_capturepage ...) in all tables that the query uses to combine the new result table.
Afterwards I ran operations --> optimize tables thru phpMyAdmin.

It now works :)

So try optimizing your tables by using indexes

------


Kristijanburnik [att] gee mail [dot] com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 126 (HY000): Incorrect key file for table
5698
December 16, 2008 08:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.