Hi,
I am trying to check and repair my database. I have tried what is suggest on mysql.com however I keep getting sytax errors.
My database is called stats
I have tried the following;
mysql>mysqlcheck -stats -a;
Please help, I do not know the correct command.
Thanks.
mySQL check command
Moderator: General Moderators
Code: Select all
mysql> repair table <table>;