MyBB Community Forums

Full Version: transfer posts/members (users) from one database to another
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone help me I want to transfer only posts/members (users) from one database to another. How do I do it can it be done?
free method :
1. import Database A to phpmyadmin (or database manager you have)
2. click on export and select tables data and export.
3. open exported file and renumber user id from your last id on database B + 1
4. Save file and import to Database B

none-free method : order to me I write PHP code to do this .



How order new project