To fix this problem, all you need to do is repair your mysql table.
use the same username and password and db name you have in your config file.
mysql -u USERNAME -h HOST -p DBNAME
enter your password and then:
mysql> repair table wp_comments;
…and thats it.