Skip to content

Instantly share code, notes, and snippets.

@sean3z
Created April 21, 2018 15:29
Show Gist options
  • Save sean3z/f69a6ba25e4030b08c06cedcdf105b88 to your computer and use it in GitHub Desktop.
Save sean3z/f69a6ba25e4030b08c06cedcdf105b88 to your computer and use it in GitHub Desktop.
drupal 6 migration example
$databases['drupal6']['default'] = array(
'driver' => 'mysql',
'database' => 'database',
'username' => 'username',
'password' => 'password',
'host' => 'hostname',
'prefix' => '',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment