Creating an AdminSettings.php

From Organic Design wiki
Revision as of 04:29, 17 July 2008 by Sven (talk | contribs) (New page: {{procedure |description = Creating an...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Procedure.svg Creating an AdminSettings.php
Organic Design procedure

To be able to run maintenance scripts, a file called AdminSettings.php must be created which contains global variables for the username and password for the database that the instance of mediawiki uses.

The file in OD/Wikia is located in /var/www/mediawiki-[version]. The file AdminSettings.sample in the same directory is an example. Inside the file AdminSettings.php, populate the variables with the real mysql passwords for a user that has root privileges;


{{{1}}}

See also