Migration does not work with multiple databases defined in settings.php
ianshafer - June 16, 2008 - 18:52
| Project: | vBulletin to Drupal |
| Version: | 6.x-1.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When there are multiple databases defined in settings.php the data migration does not work.
I had the following settings:
$db_url['default'] = 'mysql://drupal_user:changeme@localhost/drupal';
$db_url['xxx'] = 'mysql://xxx_user:changeme@localhost/xxx';
$db_prefix = array('default' => '');And it looked like the drupal DB name was 'Array' instead of 'drupal'.

#1
Sounds like a bug, don't think I accounted for this. Thanks for the report. :)
#2
Marking #307149: Table 'Array.users_signature' doesn't exist query: INSERT IGNORE INTO Array.users_signature... as duplicate (has useful information for testing)
#3
#4
Has this been fixed yet?