- Patch #87298 by dww: removed my local settings.php changes. Sorry.

5.x
Dries Buytaert 2006-11-22 09:21:11 +00:00
parent adc7f023c5
commit fef48963ce
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '';
/**