summaryrefslogtreecommitdiff
path: root/includes/conf.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-07-10 17:46:44 +0000
committerDries Buytaert <dries@buytaert.net>2003-07-10 17:46:44 +0000
commit337b3c9de997f4fcb27467e3d80d0f43fda7783e (patch)
tree392e4a56fa1ac3d09e9cb78998f87ab438229926 /includes/conf.php
parent1c2fc43b51455e4895455798919e4c77e2b1bf21 (diff)
downloadbrdo-337b3c9de997f4fcb27467e3d80d0f43fda7783e.tar.gz
brdo-337b3c9de997f4fcb27467e3d80d0f43fda7783e.tar.bz2
- Committed a slightly modified version of Slavica's table prefix patch.
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:
#