Repairing All Databases
You can repair your databases using mysql as the root user with the mysqlcheck utility...from an ssh prompt as root type
mysqlcheck -u root -p --all-databases -A --auto-repair
Note:
This will take some time and cause significant load to your server and should only be done if your mysql log shows that multiple databases have errors