thegentleman
IS-IT--Management
Having never needed to do it before I know nothing about repairing tables. I tried to run a simple delete query and got:
ERROR 1034: Incorrect key file for table: 'table'. Try to repair it
So I tried to run myisamchk by typing at the command line:
myisamchk --recover --quick table
And got the following:
1064: You have an error in your SQL syntax near 'myisamchk --recover --quick table' at line 1
What am I doing wrong?
Thanks in advance.
~tg
ERROR 1034: Incorrect key file for table: 'table'. Try to repair it
So I tried to run myisamchk by typing at the command line:
myisamchk --recover --quick table
And got the following:
1064: You have an error in your SQL syntax near 'myisamchk --recover --quick table' at line 1
What am I doing wrong?
Thanks in advance.
~tg