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 > mySQL error from table handler

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-19-03, 12:09
zeryx zeryx is offline
Registered User
 
Join Date: Nov 2001
Location: UK
Posts: 24
mySQL error from table handler

I run an online notice board using Invision software. We periodically have this error, today it lasted about 30 minutes and then righted itself.

Quote:
mySQL query error: SELECT s.member_id, s.member_name, s.login_type, s.location, g.suffix, g.prefix
FROM ibf_sessions s
LEFT JOIN ibf_groups g ON (g.g_id=s.member_group)
WHERE s.in_topic='11581'
AND s****nning_time > '1066568043'ORDER BY s****nning_time DESC

mySQL error: Got error 127 from table handler
mySQL error code: 1030
Date: Sunday 19th of October 2003 03:09:03 PM
Can anyone offer any insight into what the problem is please?
Reply With Quote
  #2 (permalink)  
Old 10-20-03, 15:40
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
Your data file seem to be corrupt

You should try to use Myisamchk [options] file_name
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
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