Skip to content

Instantly share code, notes, and snippets.

@stringsn88keys
Created July 3, 2017 16:46
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 stringsn88keys/637b47c4b646926641b62cec7b7f973e to your computer and use it in GitHub Desktop.
Save stringsn88keys/637b47c4b646926641b62cec7b7f973e to your computer and use it in GitHub Desktop.
Another fake wp-config snippet
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wp_example_com');
/** MySQL database username */
define('DB_USER', 'examplecom');
/** MySQL database password */
define('DB_PASSWORD', '!@(87P@ss');
/** MySQL hostname */
define('DB_HOST', 'localhost');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment