Steve,
Is this what you were talking about?
/** MySQL database username */
define(‘DB_USER’, ‘redacted);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘redacted’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);