not having $wgDBsqluser in LocalSettings.php is confusing, as people don't
authorErik Moeller <erik@users.mediawiki.org>
Thu, 22 Jan 2004 03:19:50 +0000 (03:19 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Thu, 22 Jan 2004 03:19:50 +0000 (03:19 +0000)
understand what it is about

LocalSettings.sample

index 01a8657..0515ab6 100644 (file)
@@ -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