- Patch #87298 by dww: removed my local settings.php changes. Sorry.
parent
adc7f023c5
commit
fef48963ce
|
@ -84,7 +84,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