Skip to content

Instantly share code, notes, and snippets.

@domantasg
Last active May 4, 2020 08:19
Show Gist options
  • Save domantasg/0bd9f5f9a32aec681021fcef847be96b to your computer and use it in GitHub Desktop.
Save domantasg/0bd9f5f9a32aec681021fcef847be96b 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', 'uXXXXXXXXXX');
/** MySQL database username */
define('DB_USER', 'uXXXXXXXXXX');
/** MySQL database password */
define('DB_PASSWORD', 'byMaHuTuMu');
/** MySQL hostname */
define('DB_HOST', 'mysql');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment