Created
March 31, 2011 16:59
-
-
Save sanderson/896768 to your computer and use it in GitHub Desktop.
Example of Pagoda Box WP DB Settings
This file contains 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
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