From 38e4c1ae91545d0c45885966cad694660010068d Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 3 Aug 2006 01:02:51 +0000 Subject: #76209: (Eaton et al) - Make installer code integrate better with module.inc / system.module - Fix schema version bug when installing core --- sites/default/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sites/default/settings.php') 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 = ''; /** -- cgit v1.2.3