MyBB Community Forums

Full Version: Can i Add users from an..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can i add users from other Backup ???
Please Help..
Open the backed up file and find
CREATE TABLE `mybb_users`
change mybb_ to the prefix of the tables.
find the end of it.
something like.
PRIMARY KEY  (`uid`)
) TYPE=MyISAM AUTO_INCREMENT=113 ;
it will be different though.
copy that and add it to another file.
then find.
INSERT INTO `mybb_users` 
change mybb_users with the table prefix, there should be alot of those. copy/paste all of them inside the same file you added the above ones.
Then you run all off it as an query inside the new database, if you use phpMyAdmin this is easy. just go to the SQL tab.
Thank You Bro !!!!!!!
No problem at all. Happy to help Smile