PKC MediaWiki configuration data

From PKC
Revision as of 03:08, 18 August 2021 by Benkoo (talk | contribs) (Created page with "The configuration file should have the following entries: <syntaxhighlight lang=php> ## Database settings $wgDBtype = "mysql"; $wgDBserver = "database"; $wgDBname = "my_wiki";...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The configuration file should have the following entries:

## Database settings
$wgDBtype = "mysql";
$wgDBserver = "database";
$wgDBname = "my_wiki";
$wgDBuser = "wikiuser";
$wgDBpassword = "example";