fix default db_url

6.x
Steven Wittens 2007-03-02 08:18:23 +00:00
parent 614e03b7ce
commit bc04ec157c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
* $db_url = 'mysqli://username:password@localhost/databasename';
* $db_url = 'pgsql://username:password@localhost/databasename';
*/
$db_url = 'mysql://drupal:drupal@localhost/drupal';
$db_url = 'mysql://username:password@localhost/databasename';
$db_prefix = '';
/**