diff options
-rw-r--r-- | includes/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php index 05fe9a3a3..84fb8ad2d 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -8,7 +8,7 @@ # $db_url = "pgsql://user:password@hostname/database"; # $db_url = "mysql://user:password@hostname/database"; -$db_url = "mysql://drop:drop@localhost/drop"; +$db_url = "mysql://drupal:drupal@localhost/drupal"; # # PHP settings: |