Any WordPress nuts-n-bolts geeks here? Having a database problem...

3

My company’s website is having fits. We’re using a third-party theme in WordPress, and hosted on an older GoDaddy Linux server.

A couple of pages are broken, but most of the site seems to function correctly. Unfortunately the home page and most popular destination page are two that I’ve identified as not functioning (the first frame on the home page is actually a preview of the second broken page #Clue?).

Everything was working correctly when I went home Thursday. There were a couple of posts scheduled to publish to one of the broken pages on Friday (#AnotherClue?). It’s unknown if those posts were successful because our offices are closed Fridays. I first became aware of the problem with a frantic call from the CEO on Saturday. I’ve been beating on the problem since then.

As I understand it, everything… EVERYTHING WordPress does is stored in the MySQL database. So no matter what I do in the WordPress admin panels, it won’t affect the live site. So of course troubleshooting in the WP dashboard is useless.

I’ve tried deleting the main page frame that calls the second page preview, and committing the change. Main page still broken. So I’m guessing there’s a corrupted record(s) in MySQL.

Does this conclusion seem on spot?

I’ve used the MySQL control panel to rebuild all database tables. Main page still broken.

QUESTION: How can I rebuild the database? Does rebuilding the database even offer a potential solution?

I’m guessing as the site was being designed in WP the various database records were being created in MySQL on the fly. I am unaware of a way to automagically rebuild the entire database. Does one exist?

To complicate issues, GoDaddy has been having issues with their old Linux servers since Friday (#ThirdClue?) causing second-by-secon session disconnections and FTP disconnections so my ability to troubleshoot this has been further complicated.

Any wisdom that can be offered here is desperately appreciated!!!