I tried to transfer data from one wiki to another, using "mediawiki/maintenance/dumpBackup.php" - Immediately failing with:
[SOLUTION]DB connection error: Unknown error
You must configure the "mediawiki/AdminSettings.php" first! - Copy the "AdminSettings.sample" to ".php" and configure the username/password for your wiki-database.
Afterwards, you should be able to export a dump, executing:
Code: Select all
php maintenance/dumpBackup.php --full > mydump.xml