How do I export the database of a specific site? I know there's tools > export but I need the database instead of the xml file to have the exact plugin settings and products (wp ecommerce) of the site currently a part of Worpdress MU.
Thanks
How do I export the database of a specific site? I know there's tools > export but I need the database instead of the xml file to have the exact plugin settings and products (wp ecommerce) of the site currently a part of Worpdress MU.
Thanks
You'd want to take the wp_x_<tables> (where x is the blog number of your ecommerce site) and pull that over, but I don't know if there would be any table specific calls in there...
In THEORY you can just rename 'em on your new DB to wp_<tables> but I've not tried it.
Yes, that works.
Don't take the global user table though.
Okay thanks for the confirmation that it can be done.. :)
This topic has been closed to new replies.