SQL-DATABASE ERROR
Database error in WoltLab Burning Board (2.3.5): Invalid SQL: SELECT t.boardid, t.threadid, t.lastposttime, tv.lastvisit FROM bb2_threads t LEFT JOIN bb2_threadvisit tv ON (tv.threadid=t.threadid AND tv.userid='1257') WHERE t.visible = 1 AND t.lastposttime > '1177956583' AND t.closed <> 3
mysql error: Can't open file: 'bb2_threadvisit.MYI'. (errno: 145)
mysql error number: 1016
mysql version: 4.0.25-Max-log
php version: 4.4.4
Date: 01.05.2007 @ 09:04
Script: /forum/
Referer:
Was kann ich tun damit diese Fehlermeldung behoben wird ? Ich habe leider keine Ahnung.
Würde mich auf eine Antwort freuen.
MYI <- Das müssten die Indices sein, oder? Ich nutz nur noch postgresql, daher weiss ichs nicht genau.
"First, try myisamchk -r -q tbl_name (-r -q means "quick recovery mode"). This attempts to repair the index file without touching the data file. If the data file contains everything that it should and the delete links point at the correct locations within the data file, this should work, and the table is fixed. Start repairing the next table...