m1ne Well-known member Apr 20, 2013 #1 I'm hoping to merge 2 XenForo databases, and here is how. Code: INSERT INTO DATABASE_1 SELECT * FROM DATABASE_2.xf_post; Is this a viable option? I can run this for every table and recount everything after, right?
I'm hoping to merge 2 XenForo databases, and here is how. Code: INSERT INTO DATABASE_1 SELECT * FROM DATABASE_2.xf_post; Is this a viable option? I can run this for every table and recount everything after, right?
tyteen4a03 Well-known member Apr 20, 2013 #2 Solidus said: I'm hoping to merge 2 XenForo databases, and here is how. Code: INSERT INTO DATABASE_1 SELECT * FROM DATABASE_2.xf_post; Is this a viable option? I can run this for every table and recount everything after, right? Click to expand... No, because IDs will clash. There is currently no XenForo to XenForo importer yet. Upvote 0 Downvote
Solidus said: I'm hoping to merge 2 XenForo databases, and here is how. Code: INSERT INTO DATABASE_1 SELECT * FROM DATABASE_2.xf_post; Is this a viable option? I can run this for every table and recount everything after, right? Click to expand... No, because IDs will clash. There is currently no XenForo to XenForo importer yet.
tyteen4a03 Well-known member Apr 20, 2013 #5 lostincable said: Couldn't you go - xen > ipb > xen? Click to expand... Yes. (Oh, they have converters already...) Upvote 0 Downvote
lostincable said: Couldn't you go - xen > ipb > xen? Click to expand... Yes. (Oh, they have converters already...)