Skip to content

Instantly share code, notes, and snippets.

@danielmme
Created May 22, 2023 13:40
Show Gist options
  • Save danielmme/e43f6eb4af93d8ce1b7947447e6efc7f to your computer and use it in GitHub Desktop.
Save danielmme/e43f6eb4af93d8ce1b7947447e6efc7f to your computer and use it in GitHub Desktop.
Set up the migration D7 Database
$databases['migrate']['default'] = [
'database' => 'database',
'username' => 'mysql',
'password' => 'mysql',
'host' => 'drupal_7',
'port' => '3306',
'driver' => 'mysql',
'prefix' => '',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment