PDA

View Full Version : Word Press


euphoriant
11-5-09, 06:42 PM
I use to have a Word Press blog.

About a year ago I stopped posting, but I never got rid of the database.

I redesigned my website and no longer linked to my blog, but did NOT get rid of the database.

I'd like to see what I wrote on my blog, what's the easiest way to view the backup of the database that PowWeb has so kindly saved?

Thanks!

mpk
11-5-09, 06:46 PM
The easiest way is probably through the Manage MySQL tool in the OPS control panel. Manage MySQL will show the databases in your account, and when clicked on will show a button to manage the database.

From there you will see a list of tables, which when clicked on will allow you to browse the data stored in them. From there it is a matter of identifying which table holds the posts (probably called wp_posts or similar) and then scrolling through the data.

euphoriant
11-5-09, 06:54 PM
Thanks - I'll give it a try!