[drupal-devel] [feature] Small fix for conf.php.
tangent
drupal-devel at drupal.org
Thu Feb 24 17:27:22 UTC 2005
Project: Drupal
Version: cvs
Component: base system
Category: feature requests
Priority: normal
Assigned to: Chris Johnson
Reported by: Uwe Hermann
Updated by: tangent
Status: patch
Makes sense to me. +1
tangent
Previous comments:
------------------------------------------------------------------------
October 16, 2004 - 08: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
------------------------------------------------------------------------
February 24, 2005 - 10:31 : Chris Johnson
Attachment: http://drupal.org/files/issues/conf.php.patch (579 bytes)
Here's a simple patch against 4.5.2.
------------------------------------------------------------------------
February 24, 2005 - 10:35 : Chris Johnson
Attachment: http://drupal.org/files/issues/settings.php.patch (551 bytes)
And here is the equivalent patch for HEAD, against settings.php.
--
View: http://drupal.org/node/11645
Edit: http://drupal.org/project/comments/add/11645
More information about the drupal-devel
mailing list