Skip to content

Instantly share code, notes, and snippets.

@jcleblanc
Created December 5, 2011 19:36
Show Gist options
  • Select an option

  • Save jcleblanc/1434935 to your computer and use it in GitHub Desktop.

Select an option

Save jcleblanc/1434935 to your computer and use it in GitHub Desktop.
Drupal site 2 database configuration
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'drupal2',
'username' => 'username',
'password' => 'password',
'host' => 'localhost',
'port' => '',
'driver' => 'mysql',
'prefix' => array(
'default' => 'drupal2.',
'users' => 'drupal1.',
'sessions' => 'drupal1.',
'role' => 'drupal1.',
'authmap' => 'drupal1.',
'users_roles' => 'drupal1.',
),
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment