Page 1 of 1

Mediawiki:dumpBackup - DB connection error: Unknown error

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