• I have a downloaded copy of an old(er) sql file (wp-posts) from an old WordPress site I had.

    Is there a technique to query this file and view the old posts in a readable format?

    Is there a way to easily upload and utilize this file in my current WP site ?

    Thanks

    Whit

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    you’d need to load that into a database to read it. But wp_posts, by itself, is not enough. You’d need (at least) wp_postmeta, too.

    Thread Starter hughdemand

    (@hughdemand)

    Thank you Steven, I will take your suggestion and see what I can accomplish. Whit

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SQL file access’ is closed to new replies.