Skip to content

Instantly share code, notes, and snippets.

@jonnadams
Last active August 29, 2015 14:14
Show Gist options
  • Save jonnadams/06afd1ba7dca6f272c7e to your computer and use it in GitHub Desktop.
Save jonnadams/06afd1ba7dca6f272c7e to your computer and use it in GitHub Desktop.
Fred's DB Settings
<?php
$databases['default']['default'] = array(
'driver' => 'mysql',
'database' => 'mskft_drupal',
'username' => 'mskft_drupal',
'password' => 'drupal',
'host' => 'localhost',
'prefix' => '',
'collation' => 'utf8_general_ci',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment