Last active
April 7, 2017 17:56
-
-
Save rick4470/abb0c30c56b350989c3188a9c4ff60c8 to your computer and use it in GitHub Desktop.
Edit wp-config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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