Page 1 of 1

[SOLVED] Odd error

Posted: Thu Sep 29, 2005 1:52 pm
by sk8erh4x0r
What causes this error to occur?

Can't open file: 'hits.MYD'. (errno: 145)

I don't even have a MYD file, and none of my code tries to open hits.MYD anyways. :cry:

Posted: Thu Sep 29, 2005 2:49 pm
by ryanlwh
corrupted database file.
do you have a table called 'hits'?

try this query:

Code: Select all

REPAIR TABLE hits

Posted: Thu Sep 29, 2005 2:59 pm
by sk8erh4x0r
Thank you! :D