Skip to content

Instantly share code, notes, and snippets.

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 webtechriser/8e6762f6e7c761aac008798176f2c1eb to your computer and use it in GitHub Desktop.
Save webtechriser/8e6762f6e7c761aac008798176f2c1eb to your computer and use it in GitHub Desktop.
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'database_123');
/** MySQL database username */
define('DB_USER', 'user_123');
/** MySQL database password */
define('DB_PASSWORD', 'password_123');
/** MySQL hostname */
define('DB_HOST', 'localhost');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment