summaryrefslogtreecommitdiff
path: root/includes/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/conf.php')
-rw-r--r--includes/conf.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php
index 920a94397..9d08aa61b 100644
--- a/includes/conf.php
+++ b/includes/conf.php
@@ -15,9 +15,14 @@
# $db_url = "mysql://user:password@hostname/database";
# $db_url = "pgsql://user:password@hostname/database";
# $db_url = "mssql://user:password@hostname/database";
-
$db_url = "mysql://drupal:drupal@localhost/drupal";
+# If $db_prefix is specified all database table names will be
+# prepended with this string. Be sure to use valid database
+# characters only, usually alphanumeric and underscore. If no
+# prefixes are desired, set to empty string "".
+$db_prefix = "";
+
#
# Base URL:
#