Status
Not open for further replies.
8 comments
Im Wondering How I Can Import my old Members DB to my new DB?

Fairly simple.

Using phpMyAdmin, import the backup into a non-used database on your server. Then, browse to `user`, and you can backup that table alone with Export. Then, after you've got that table backed up, log into phpMyAdmin again with your forum database, and import it.
 
Im Wondering How I Can Import my old Members DB to my new DB?

i think this can be done with. removing all forums, threads, posts and plugins from old database and then try to use impex from old to new database. which will import 0 threads, 0 posts, 0 forums and x users.
and tell me if it works.

Note: take backup first.
 
got this error :
-- Dumping data for table `user` -- INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `msn`, `skype`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `lastpostid`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `sigpicrevision`, `options`, `birthday`, `birthday_search`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `adminoptions`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `favcache`, `qeivis[...] MySQL said:
#1062 - Duplicate entry '1' for key 1
 
Status
Not open for further replies.
Back
Top