HELP} Rooms on database

Kurth

New Member
Jun 18, 2012
28
2
I have rooms on a old database that I would like the keep

How can I transfer them from on database to another?

Providing both databases have same layout for the MYSQL, it's very simple;

1. Important the old MYSQL file by press "Import" on the db. (Hopefully it doesn't want you to take all the db, if it does just look for the CREATE rooms table with all the details under it).
2. After you have done this, just export the file into your new db, or use the code that is inside the MYSQL file, which should be CREATE rooms blah blah blah.
 

Users who are viewing this thread

Top