From 87df276acb5c83877368431bb188e939de0681be Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 12 Sep 2005 20:13:04 +0000 Subject: - 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. --- sites/default/settings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'sites') 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'; -- cgit v1.2.3