Moving the content of one PHPBB forum to another.

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
User avatar
Pun
DBB DemiGod
DBB DemiGod
Posts: 2108
Joined: Fri Aug 10, 2001 2:01 am
Location: Chicago, IL USA
Contact:

Moving the content of one PHPBB forum to another.

Post by Pun »

How do I do it?

Is this something that takes an act of God to accomplish? Can the posts from an older version be moved to a new forum of a later version?

Also, Can a PHPBB forum be moved into a PHPNuke forum?

I'm a noob at this, so any specific details of this process would be much appreciated...
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

You can use mysqldump (or phpMyAdmin's frontend to mysqldump if you don't have a shell account) to dump the contents of the database to a text file, then import that text file into the other database (add a "USE database_name;" line to the beginning of the text file, then run "mysql --user=username --password < text_file_name" -- or, use phpMyAdmin. :P).
User avatar
Pun
DBB DemiGod
DBB DemiGod
Posts: 2108
Joined: Fri Aug 10, 2001 2:01 am
Location: Chicago, IL USA
Contact:

Post by Pun »

what?
Post Reply