While working with MySQL tables you may notice it sometime corrupting themselves periodically. However MySQL offers a easy and speedy method of repairing those tables.
Here are few steps that can help you to repair the corrupt MySQL tables;
Login to your VDS via SSH and change directories to the database that is having problems.
cd /usr/local/mysql/var/[DBNAME]/
You will [...]