BitofWP

WordPress 4.9.8 wp-config.php default db connection strings

Sep 25th, 2018
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. // ** MySQL settings - You can get this info from your web host ** //
  2. /** The name of the database for WordPress */
  3. define('DB_NAME', 'database_name_here');
  4.  
  5. /** MySQL database username */
  6. define('DB_USER', 'username_here');
  7.  
  8. /** MySQL database password */
  9. define('DB_PASSWORD', 'password_here');
  10.  
  11. /** MySQL hostname */
  12. define('DB_HOST', 'localhost');
  13.  
  14. /** Database Charset to use in creating database tables. */
  15. define('DB_CHARSET', 'utf8');
  16.  
  17. /** The Database Collate type. Don't change this if in doubt. */
  18. define('DB_COLLATE', '');
Add Comment
Please, Sign In to add comment