| 1 | Index: wp-config-sample.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-config-sample.php (revision 8339) |
|---|
| 4 | +++ wp-config-sample.php (working copy) |
|---|
| 5 | @@ -1,9 +1,9 @@ |
|---|
| 6 | <?php |
|---|
| 7 | -// ** MySQL settings ** // |
|---|
| 8 | +// ** MySQL settings - You can get this info from your hosting provider ** // |
|---|
| 9 | define('DB_NAME', 'putyourdbnamehere'); // The name of the database |
|---|
| 10 | define('DB_USER', 'usernamehere'); // Your MySQL username |
|---|
| 11 | define('DB_PASSWORD', 'yourpasswordhere'); // ...and password |
|---|
| 12 | -define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value |
|---|
| 13 | +define('DB_HOST', 'localhost'); // The address for MySQL - usually localhost |
|---|
| 14 | define('DB_CHARSET', 'utf8'); |
|---|
| 15 | define('DB_COLLATE', ''); |
|---|
| 16 | |
|---|