Index: wp-config-sample.php
===================================================================
--- wp-config-sample.php	(revision 8795)
+++ wp-config-sample.php	(working copy)
@@ -1,9 +1,9 @@
 <?php
-// ** MySQL settings ** //
+// ** MySQL settings ** // You can get this info from your web host
 define('DB_NAME', 'putyourdbnamehere');    // The name of the database
 define('DB_USER', 'usernamehere');     // Your MySQL username
 define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
-define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
+define('DB_HOST', 'localhost');    
 define('DB_CHARSET', 'utf8');
 define('DB_COLLATE', '');
 
