Quote:
Can't open file: 'spawn2.MYI'. (errno: 145)
|
Something's wrong with ur table spawn2.
Error 145 means that the table was marked as crashed and should be repaired.
log into mysql and do : "repair table spawn2;"
this may help. if it doesn't, drop the table and recreate it from your sql dump file.