Skip to content

Instantly share code, notes, and snippets.

@duogeekdev
Created May 9, 2015 20:28
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 duogeekdev/4e195c269a498882b253 to your computer and use it in GitHub Desktop.
Save duogeekdev/4e195c269a498882b253 to your computer and use it in GitHub Desktop.
WP Config Part
<?php
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'db_name_here');
/** MySQL database username */
define('DB_USER', 'db_user_name');
/** MySQL database password */
define('DB_PASSWORD', 'db_user_pw');
/** MySQL hostname */
define('DB_HOST', 'db_host_name');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment