Index: wp-config-sample.php
===================================================================
--- wp-config-sample.php	(revision 12462)
+++ wp-config-sample.php	(working copy)
@@ -16,13 +16,13 @@
 
 // ** MySQL settings - You can get this info from your web host ** //
 /** The name of the database for WordPress */
-define('DB_NAME', 'putyourdbnamehere');
+define('DB_NAME', 'dbnamehere');
 
 /** MySQL database username */
 define('DB_USER', 'usernamehere');
 
 /** MySQL database password */
-define('DB_PASSWORD', 'yourpasswordhere');
+define('DB_PASSWORD', 'passwordhere');
 
 /** MySQL hostname */
 define('DB_HOST', 'localhost');
