Vbulletin problem after Mysql update

Hi after Mysql update4.0.12 i get this error from Vbulletin forum how can i fix this?


Can't open file: 'thread.MYI'. (errno: 145)

Error

query SQL :

SHOW KEYS FROM `thread`



Can't open file: 'thread.MYI'. (errno: 145)


Database error in vBulletin 2.2.8:

Invalid SQL: INSERT INTO thread (threadid,title,lastpost,forumid,open,replycount,p
ostusername,postuserid,lastposter,dateline,iconid,
visible,attach) VALUES (NULL,'Nevica... ','1049702408','16','1','0','René','132','René','1
049702408','0','1','0')
mysql error: Got error 127 from table handler

mysql error number: 1030

Date: Monday 07th of April 2003 10:00:08 AM
Script: http://www.xxx.com//forum/forum/newthread.php
Referer: http://www.xxx.com//forum/newthread...read&forumid=16
------------------------------------------------------------------------------------------------------------------------------
Database error in vBulletin 2.2.8:

Invalid SQL: SELECT COUNT(*) AS threads FROM thread
mysql error: Can't open file: 'thread.MYI'. (errno: 145)

mysql error number: 1016

Date: Monday 07th of April 2003 11:11:47 AM
Script: http://www.xxx.com//forum/forum/
Referer:
------------------------------------------------------------------------------------------------------------------------------
Database error in vBulletin 2.2.8:

Invalid SQL:
SELECT

thread.threadid
FROM thread
WHERE thread.forumid = 16
AND thread.sticky=0
AND thread.visible=1
AND lastpost >= 1047110496 AND sticky=0

ORDER BY sticky DESC, lastpost DESC
LIMIT 0,30
mysql error: Got error 127 from table handler

mysql error number: 1030

Date: Monday 07th of April 2003 10:01:36 AM
Script: http://www.xxx.com/forum/forum/foru...p?s=&forumid=16
Referer: http://www.xxx.com//forum/index.php?s=

 

 

 

 

Top