PDA

View Full Version : Need Help [Mysql database ]


IUD
04-30-2009, 12:36 AM
I have moved my site to new server and i want to import Forum Categories from old server.

Which database table should i import to new server..?:confused: ( i have import forum table, but its doesn't work)

Cryo
04-30-2009, 01:40 AM
Do you want to import just the categories specifically, or are you trying to bring in your entire board? If it's just the categories you would need to import the "forum" table. If you want permissions, you would also import the "forumpermission" table... assuming usergroups are the same.

IUD
04-30-2009, 03:01 AM
only forum catogories..i have import forumtable n forumpermisson also..but its n0t work

Dismounted
04-30-2009, 06:59 AM
Do not simply move tables over - it will most likely not work and break things (due to dependencies).

Use ImpEx to import the information you need.