Skip to content

Instantly share code, notes, and snippets.

@sanderson
Created March 31, 2011 16:59
Show Gist options
  • Save sanderson/896768 to your computer and use it in GitHub Desktop.
Save sanderson/896768 to your computer and use it in GitHub Desktop.
Example of Pagoda Box WP DB Settings
define('DB_NAME', 'armandina');
/** MySQL database username */
define('DB_USER', 'ila');
/** MySQL database password */
define('DB_PASSWORD', 'z4rolVrp');
/** MySQL hostname */
define('DB_HOST', 'localhost:/tmp/mysql/armandina.sock');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment