PDA

View Full Version : Merge old DB


TheComputerGuy
Mon 11th Feb '02, 11:23am
I found an old copy of the Webmafiaforums db, ad it has the original members in it, and I want to merge those members with the ones with we have now.

How can I merge two DBs together...

its just the member part of the DB mind you,

Steve Machol
Mon 11th Feb '02, 12:57pm
I think there may be a hack for this over at vbulletin.org. However I think it is for a complete merger, not just members. Perhaps you could modify it for your needs.

TheComputerGuy
Tue 12th Feb '02, 12:13am
Well I looked and I dont think I could find it...I searched DataBase and such other things and got nothing.

But thanks for the idea Smachol

Would anyone else have an idea...? I dont mind a complete merger at all

scoutt
Tue 12th Feb '02, 3:41pm
can you run that database in phpmyadmin and do a dump and then that will give you the sql of the database and then you can pick through it.

then just add that sql file into your original one.