From: Erik Moeller Date: Thu, 22 Jan 2004 03:19:50 +0000 (+0000) Subject: not having $wgDBsqluser in LocalSettings.php is confusing, as people don't X-Git-Tag: 1.3.0beta1~1124 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=2bca2a56e453e9546f8ee043a7d0a54346ea1f0f;p=lhc%2Fweb%2Fwiklou.git not having $wgDBsqluser in LocalSettings.php is confusing, as people don't understand what it is about --- 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