Database Error:

wk15351991

New Member
YetiShare User
Dec 9, 2012
18
0
0
Database Error:
Incorrect key file for table './filesbox/download_tracker.MYI'; try to repair it

Last Query:
UPDATE download_tracker SET date_finished=NOW(), status='cancelled' WHERE status='downloading' AND date_updated < DATE_SUB(NOW(), INTERVAL 20 second)

 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Sounds like the database got corrupted somehow. Did you try and repair the table via phpMyAdmin or similar? See here for more info:

http://forums.mysql.com/read.php?21,362974,362974