Copying tables from one DB to another

I don’t deal with databases much outside of making tweaks or installing one whenever I work with Wordpress or Drupal. My experience is also just with SQL DBs. So my question might be simple.

I need to transfer some tables from a Drupal installation and move them to a Wordpress installation. I am presuming this is just a matter of having a script that exports the specific tables/cells I want and then just a matter of importing those tables/cells into the new DB. Am I correct about that? Is there anything else I should know or take into consideration?

I’ve worked with both Drupal and Wordpress, but I’ve never moved a site from one to the other. Having said that, though, there’s lots of articles published on how to do this. For example, http://fuzzythinking.davidmullens.com/content/moving-from-drupal-7-to-wordpress-3-3/ . This one might help you out somewhat.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.