Index: sites/default/settings.php
===================================================================
RCS file: /cvs/drupal/drupal/sites/default/settings.php,v
retrieving revision 1.12
diff -u -r1.12 settings.php
--- sites/default/settings.php	31 Mar 2005 21:18:08 -0000	1.12
+++ sites/default/settings.php	7 Apr 2005 18:45:09 -0000
@@ -54,10 +54,10 @@
  * prefixes are desired, set to empty string ''.
  *
  * Database URL format:
- * $db_url = 'mysql://db_user:db_password@db_hostname/db_name';
- * $db_url = 'pgsql://db_user:db_password@db_hostname/db_name';
+ * $db_url = 'mysql://userid:password@localhost/database';
+ * $db_url = 'pgsql://userid:password@localhost/database';
  */
-$db_url = 'mysql://drupal:drupal@localhost/drupal';
+$db_url = 'mysql://userid:password@localhost/database';
 $db_prefix = '';
 
 /**
