Hi, small problom ill try say it as simply as possible i am currently running a forum using vbulletin. lets call this database A I have been given a database backup of another vbulletin forum of the same vertion. Lets call this database B. What i want to do is to add the user tables of database B to database A without adding the threads etc. Dose this make sence. Can anyone help me do this? Thanks
You can export the other tables as structure only and then import them into your new database as structure only, then populate them - you may want to use a visual tool like SQLyog - it makes importing and exporting a snap.