Skip to content

Instantly share code, notes, and snippets.

@mikeemoo
Created May 22, 2012 18:42
Show Gist options
  • Save mikeemoo/2770856 to your computer and use it in GitHub Desktop.
Save mikeemoo/2770856 to your computer and use it in GitHub Desktop.
Wordpress connection details
<?php
//..
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'lowpress');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', '');
/** 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', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment