Skip to content

Instantly share code, notes, and snippets.

@phawk
Created January 15, 2012 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phawk/1615633 to your computer and use it in GitHub Desktop.
Save phawk/1615633 to your computer and use it in GitHub Desktop.
<?php
$db['default']['hostname'] = "localhost"; // Keep this set to localhost unless you have the database runnning remotely.
$db['default']['username'] = "YOUR DB USER";
$db['default']['password'] = "YOUR DB PASS";
$db['default']['database'] = "YOUR DB NAME";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment