Can i copy and which tables if so that have 2 do with taxonomy and cck definitions.I've already created at a localhhost ( http://localhost/test wamp enviroment) my drupal site.I have no content so far but i have a lot of taxonomy and cck data inside the drupal tables and now i'm wondering which tables should i copy paste and if this is safe?
Comments
Comment #1
devin carlson commentedIt is generally not a good idea to move only a select number of tables between two Drupal installations unless you know how those tables interact with the rest of Drupal.
I'd suggest either migrating your entire website between your two environments or taking a look at a tested and supported module such as Taxonomy CSV import/export.