Created
April 21, 2018 15:29
-
-
Save sean3z/f69a6ba25e4030b08c06cedcdf105b88 to your computer and use it in GitHub Desktop.
drupal 6 migration example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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