Hi:
I am trying to do a check on the database table with this command:myisamchk People;
I got this error: ERROR 1064: You have an error in your SQL syntax near 'myisamchk People' at line 1
Please advice
isamchk is a command line utility that should be used from your shell login, not from the mysql console.