summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-09-12 20:13:04 +0000
committerDries Buytaert <dries@buytaert.net>2005-09-12 20:13:04 +0000
commit87df276acb5c83877368431bb188e939de0681be (patch)
tree33b906cbbac1ef9035747e72c01d5573120f5ebc /sites
parent3ce836e2e205cc4dc74b073f43c9e47b1fb4fb54 (diff)
downloadbrdo-87df276acb5c83877368431bb188e939de0681be.tar.gz
brdo-87df276acb5c83877368431bb188e939de0681be.tar.bz2
- Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database backend for use with PHP5 and MySQL 4.1 and above.
NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works.
Diffstat (limited to 'sites')
-rw-r--r--sites/default/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sites/default/settings.php b/sites/default/settings.php
index 2e4edca42..610ef05ee 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -76,6 +76,7 @@
*
* Database URL format:
* $db_url = 'mysql://username:password@localhost/database';
+ * $db_url = 'mysqli://username:password@localhost/database';
* $db_url = 'pgsql://username:password@localhost/database';
*/
$db_url = 'mysql://username:password@localhost/database';