fix default db_url
parent
614e03b7ce
commit
bc04ec157c
|
@ -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 = '';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue