Assistance with SQL commands
-
I just moved and migrated my Drupal 7 to WordPress.
Thus far all is going well but I need some assistance with changing data in the MySQL database that wasn’t properly changed during the migration. I was hoping someone could assist me with this as I am not that well acquainted with phpmyadmin and SQL commands.It both involves the wpxn_posts table.
The media paths have changed but the old urls in the post_content row still list as /sites/default/files/ and I would like to search, match and bulk change this into current WordPress folder(all files are in the 2017 folder).The second one is a bit tricky as it concerns forum posts.
I want to change all post_typetopic
which have a post_parent of0
into a post_parent of 3270This way all forum topics are moved into the correct assigned forums and I am basically up and running again. Any help is appreciated.
- The topic ‘Assistance with SQL commands’ is closed to new replies.