Skip to content

Instantly share code, notes, and snippets.

@nghiahsgs
Created September 9, 2020 11:03
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 nghiahsgs/879081322c6c6537b84245efcdcb1f82 to your computer and use it in GitHub Desktop.
Save nghiahsgs/879081322c6c6537b84245efcdcb1f82 to your computer and use it in GitHub Desktop.
define( 'DB_NAME', 'wordpress' );
/ MySQL database username */
define( 'DB_USER', 'wordpressuser' );
/ MySQL database password */
define( 'DB_PASSWORD', 'password' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment