lockergnome
Sophomore
Just Getting Started
Member Likes (0)
We've written a script to effectively reunite the databases (as they would have been w/o multi-db deployed). This seemingly works fine.
However, there's no documentation as to what needs to be done to the WPMU configuration files (which ones, where, how) to complete the reunification and eliminate multi-db from the equation.
I believe we're on WPMU 2.6.1 at the moment.

Responses (4)
Erstwhile founder (joined May 2007) Likes (0)
Just remove any multi-db files from wp-content. If you were running an older version of multi-db at some point you'll probably need to re-upload the 2.6.1 wp-includes/wp-db.php as well.
Thanks,
Andrew
Member (joined November 2008) Likes (0)
Does anyone know how to properly uninstall multi-db? e.g reunite databases as suggested by lockergnome.
Thanks
TB
Member (joined April 2009) Likes (0)
Hiya techbroker,
For future reference, it's better to open a new thread for inquiries such as this. We sometimes miss these older threads :)
That being said I know of no way to re-unite the databases, but I'll ask a couple developers to come by and see if they've got some tips for you.
Thanks!
Developer (joined June 2008) Likes (0)
@tech broker - you need to export all the databases in SQL format. If using phpmyadmin then you can use the export page.
One you have the SQL for each database, create a new blank database and import the SQL files one at a time. Finally set the options in wp-config.php to point to the new single database and delete the db.php file from your wp-content directory.
You should now be running on a single database.
Become a member