Advertisement
brianblaze420

Untitled

Nov 23rd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. sudo vim /var/www/mitraj.com/blog/wp-config.php
  2.  
  3. // ** MySQL settings - You can get this info from your web host ** //
  4. /** The name of the database for WordPress */
  5. define('DB_NAME', 'wordpress');
  6.  
  7. /** MySQL database username */
  8. define('DB_USER', 'wordpressuser');
  9.  
  10. /** MySQL database password */
  11. define('DB_PASSWORD', 'passw0rd');
  12.  
  13. /** MySQL hostname */
  14. define('DB_HOST', 'localhost');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement