Skip to content

Instantly share code, notes, and snippets.

@rick4470
Last active April 7, 2017 17:56
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 rick4470/abb0c30c56b350989c3188a9c4ff60c8 to your computer and use it in GitHub Desktop.
Save rick4470/abb0c30c56b350989c3188a9c4ff60c8 to your computer and use it in GitHub Desktop.
Edit wp-config file
rick@ubuntu:/var/www/portfolio$ vim wp-config.php
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'portfolio');
/** MySQL database username */
define('DB_USER', 'portfolio-admin');
/** MySQL database password */
define('DB_PASSWORD', 'SUPPER STRONG PASSWORD');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment