Ticket #11523: 11523.patch
| File 11523.patch, 659 bytes (added by joshtime, 3 years ago) |
|---|
-
wp-config-sample.php
16 16 17 17 // ** MySQL settings - You can get this info from your web host ** // 18 18 /** The name of the database for WordPress */ 19 define('DB_NAME', ' putyourdbnamehere');19 define('DB_NAME', 'dbnamehere'); 20 20 21 21 /** MySQL database username */ 22 22 define('DB_USER', 'usernamehere'); 23 23 24 24 /** MySQL database password */ 25 define('DB_PASSWORD', ' yourpasswordhere');25 define('DB_PASSWORD', 'passwordhere'); 26 26 27 27 /** MySQL hostname */ 28 28 define('DB_HOST', 'localhost');
