[drupal-devel] [feature] Small fix for conf.php.
Project: Drupal -Version: 4.5.0-rc +Version: 4.5.2 Component: base system Category: feature requests Priority: normal -Assigned to: Anonymous +Assigned to: Chris Johnson Reported by: Uwe Hermann Updated by: Chris Johnson -Status: active +Status: patch Attachment: http://drupal.org/files/issues/conf.php.patch (579 bytes) Here's a simple patch against 4.5.2. Chris Johnson Previous comments: ------------------------------------------------------------------------ October 16, 2004 - 07:11 : Uwe Hermann As seen here [1] it's not so obvious what to fill into the $dburl line in include/conf.php. My suggestion to clarify this a bit: Replace # $db_url = "mysql://user:password@hostname/database"; with # $db_url = "mysql://dbuser:dbpassword@dbhostname/database"; This should make it a little clearer that the database user, password and host is meant. The same should be done with the PostgreSQL line... [1] http://drupal.org/node/11325#comment-17968 -- View: http://drupal.org/node/11645 Edit: http://drupal.org/project/comments/add/11645
participants (1)
-
Chris Johnson