Hi mates, I need help from fellow DB experts to fix an issue with my database: I have moved servers and the db was working fine except for a few cronjob errors and now I have this error - which is not getting fixed at all. The size of the DB is huge so plz do not mess around if you dont know what you are doing.... I will pay (plz quote reasonably) PM me if you are confident of doing this.
You should manually try and repair it from the mysql console. mysql -p -u root use database dbname repair table tablename Edit: Also if you do not have shell access - you should repair it from phpmyadmin. This should solve the problem.
Yes mysql -p -u root use database dbname repair table tablename This would the solution only here....
Do you have root access to the server? You will need that in order to repair the database, And with a large database, phpmyadmin won't cut it.