--- C:\tmp\migrate\help\configuration_original.html 2009-08-11 20:19:15.000000000 +-0100 +++ C:\tmp\migrate\help\configuration.html 2009-12-03 01:16:22.000000000 +-0100 @@ -51,7 +51,7 @@ http://drupal.org/node/289504 addresses this.

-

Note: These patches have already been incorporated into Drupal 7. +

Note: These patches have already been incorporated into Drupal 7.

Other patches

@@ -59,3 +59,17 @@ registration module, if you would like an explicit username you're migrating to override that module's automated username generation, apply the patch at http://drupal.org/node/247717.

+ +

Importing from another database

+ +

Migrate can import data from another database into the default Drupal database. +To set up a connection to an external database, see "External Tables" on the +Table Wizard documentation page. Make +sure that both database connections use the same user names and passwords; otherwise, +MySQL will produce errors on certain queries. If the default database user does not +have access to the external database, grant the 'select' privilege:

+ +
+  GRANT SELECT ON `external_db`.* TO 'default_db_user'@'localhost';
+
+