Ticket #7397: 7397.wp-config-sample.php.r8339.diff

File 7397.wp-config-sample.php.r8339.diff, 748 bytes (added by RanYanivHartstein, 5 years ago)

Alternative suggestion, adds an extra comment that refers to hosting providers for all info

Line 
1Index: 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