From 2bca2a56e453e9546f8ee043a7d0a54346ea1f0f Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Thu, 22 Jan 2004 03:19:50 +0000 Subject: [PATCH] not having $wgDBsqluser in LocalSettings.php is confusing, as people don't understand what it is about --- LocalSettings.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/LocalSettings.sample b/LocalSettings.sample index 01a8657437..0515ab6dc8 100644 --- a/LocalSettings.sample +++ b/LocalSettings.sample @@ -34,6 +34,7 @@ $wgDBserver = "localhost"; $wgDBuser = "wikiuser"; $wgDBname = "wikidb"; $wgDBpassword = "userpass"; +$wgDBsqluser = "sqluser"; $wgDBsqlpassword = "sqlpass"; $wgDBminWordLen = 3; # Match this to your MySQL fulltext $wgDBtransactions = false; # Set to true if using InnoDB tables -- 2.20.1