Mediawiki:dumpBackup - DB connection error: Unknown error
Posted: Wed Jan 10, 2007 12:54 pm
[PROBLEM]
I tried to transfer data from one wiki to another, using "mediawiki/maintenance/dumpBackup.php" - Immediately failing with:
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:
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