save users only but nothing else

l337m4st3r

New Member
hi

i have a problem. i just want to save users from my existing forum then can i import them into another forum cause what happened is i deleted my forum and lost all my posts but the users remained.

i want my posts back and have a backup from an earlier date but it doesnt have as many member,

so can i backup that db then can i like get the members from my current forum to be import to my old db


can i just save like a single table or something

regards
dhive
 
you need to import the user tables only
PHP:
admincp>maintenance>database backup
then choose YES to all related users tables i think about 15 of them, and NO to the rest of the other tables then save it on your computer

then go to your new databse and import them

you should be ok

hope this helps
 
before doing so i would strongly advise you to save your database, you know the one without the users in case somethg goes wrong, after you save it, go ahead and import the table and let me know

cheers
 
what do mean by that?? all you need to do is save your database from you new site, then get the file you just with 15 tables containing the users and import that through phpadmin that'a all
 
Back
Top