MySQL Forums
Forum List  »  MyISAM

SQL Error : 1030 Got error 127 from table handler
Posted by: ALEK SIRBEG
Date: August 14, 2006 02:57PM

Dear Friends,
I have no idea what could be the reason for this problem and even less about solution. PLEASE help!!
The error message I got was:

DEBUG MODE

SQL Error : 1030 Got error 127 from table handler

SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid FROM spirit_posts p, spirit_users u, spirit_posts_text pt WHERE p.topic_id = 590 AND pt.post_id = p.post_id AND u.user_id = p.poster_id ORDER BY p.post_time ASC LIMIT 0, 15

Options: ReplyQuote


Subject
Views
Written By
Posted
SQL Error : 1030 Got error 127 from table handler
7147
August 14, 2006 02:57PM


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.