Great, thank you for your time.
I am using Yahoo hosting. How hard is to transfer to new host?
I have the same problem with my web site. When I log on to my web site, it says “Error establishing a database connection”. When I try to login to admin page on WP, it says “One or more database tables are unavailable. The database may need to be repaired.”
So I found this web page to fix the problem with below code and I repair the database. It works and website runs for couple of days and it happens again.
define(‘WP_ALLOW_REPAIR’, true);
Is there any solution to prevent this database error?