I'm trying to repair some corrupted tables throught mysqlcheck command, but it returns the following "errno 2" error:
# mysqlcheck -u user -p --repair database
Enter password:
database.users OK
database.notes
Error : Can't find file: 'notes' (errno: 2)
status : Operation failed
...
I don't even need the information that was stored in that tables I can't repair, if only I could repair the tables without information it would be fine.
Do you happen to know if is there any way to repair the corrupted tables?