It's taking forever to repair the Database Tables, and I'm not certain the process continues after I'm timed out of the web interface. Is it possible to repair the database tables from the command line?
Solved
Repair Database Table via Terminal
Best answer by Sonic84
You can use the mysqlcheck command to perform several operations including check, repair and/or optimize.
example:
mysqlcheck -u root -p --auto-repair --check --optimize --all-databases
http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.html
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
