Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.65 KB | None | 0 0
  1. $databases = array (
  2.   'default' =>
  3.   array (
  4.     'default' =>
  5.     array (
  6.       'driver' => 'mysql',
  7.       'database' => 'drupal7',
  8.       'username' => 'test',
  9.       'password' => 'xxxxxxxxxxxx',
  10.       'host' => 'localhost',
  11.       'port' => '',
  12.       'prefix' => array(
  13.           'default'   => '',
  14.           'users'     => 'drupal7_common.',
  15.           'sessions'  => 'drupal7_common.',
  16.           'role'      => 'drupal7_common.',
  17.           'authmap'   => 'drupal7_common.',
  18.           'languages' => 'drupal7_common.',
  19.           'locales_source'   => 'drupal7_common.',
  20.           'locales_target'   => 'drupal7_common.',
  21.         ),
  22.     ),
  23.   ),
  24. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement