MyBB Community Forums

Full Version: [Database] What backup for move board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, whad tables from DB i need copy for
- Base Users
- Board Forums
- Thread, Topics, Posts

Config board and rest is not needed, becouse all work on standard functions

Regards
(2008-11-14, 08:10 AM)vanDogg Wrote: [ -> ]... all work on standard functions

What do you mean by that? MyBB needs the other tables to run properly... if you don't have the tables required in the database, you'll end up with errors - and back here wanting answers for questions!

I suggest you backup everything, and then move. Once successful, then delete what you don't want. To answer the question, these are:

- table_prefix.users
- table_prefix.userfields
- table_prefix.usergroups
- table_prefix.profilefields
- table_prefix.forums
- table_prefix.threads
- table_prefix.posts

You might also want to consider taking over a few others - but again, I don't recommend it...

- table_prefix.groups
- table_prefix.profilefields
Yeah I tested this yesterday, you'll get an error if you don't have any of the standard MyBB tables from what I could find.