summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-08-03 01:02:51 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-08-03 01:02:51 +0000
commit38e4c1ae91545d0c45885966cad694660010068d (patch)
tree8edc167d1723e2f9ec3033779007fbc13a8adbe2 /sites
parent8b820834e5c7ee12668c8f3a172dabc3af0455ba (diff)
downloadbrdo-38e4c1ae91545d0c45885966cad694660010068d.tar.gz
brdo-38e4c1ae91545d0c45885966cad694660010068d.tar.bz2
#76209: (Eaton et al)
- Make installer code integrate better with module.inc / system.module - Fix schema version bug when installing core
Diffstat (limited to 'sites')
-rw-r--r--sites/default/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/default/settings.php b/sites/default/settings.php
index 5fe047700..15f408326 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -84,7 +84,7 @@
* $db_url = 'mysqli://username:password@localhost/databasename';
* $db_url = 'pgsql://username:password@localhost/databasename';
*/
-$db_url = 'mysql://username:password@localhost/databasename';
+$db_url = 'mysql://bonsai_tree:leafy@localhost/bonsai_install';
$db_prefix = '';
/**