<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Possible to combine 2 databases?]]></title>
		<link>https://punbb.informer.com/forums/topic/21032/possible-to-combine-2-databases/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/21032/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Possible to combine 2 databases?.]]></description>
		<lastBuildDate>Fri, 13 Feb 2009 00:13:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Possible to combine 2 databases?]]></title>
			<link>https://punbb.informer.com/forums/post/124523/#p124523</link>
			<description><![CDATA[<p>i am already doing this<br />it is easy <br />the forumid and topicid and postid<br />should not intersect you have to make iterations in 1 of the boards<br />how&nbsp; to make iterations ? example is below i am not sure the table names are correct you have to confirm it.<br /> UPDATE forum<br /> SET forumid=forumid+1289;</p><p> UPDATE thread<br /> SET threadid=threadid+450000;<br /> UPDATE thread<br />SET forumid=forumid+1289;</p><p>&nbsp; UPDATE post<br /> SET postid=postid+2400000;<br /> UPDATE post<br />SET threadid=threadid+450000;</p><p>you will have to create new forums matching&nbsp; forum id on your 2nd forum which you are closeing</p><p>mysqldump -u dbuser -p[pwd] --no-create-db --no-create-info database2nd &gt; database_backup.sql<br />mysql -u dbuser -p[pwd]&nbsp; database1st &lt; database_backup.sql</p>]]></description>
			<author><![CDATA[null@example.com (gorsan)]]></author>
			<pubDate>Fri, 13 Feb 2009 00:13:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124523/#p124523</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible to combine 2 databases?]]></title>
			<link>https://punbb.informer.com/forums/post/124429/#p124429</link>
			<description><![CDATA[<p>Lots of good ideas, thanks!&nbsp; Would it be possible to just go into configuration and change where&nbsp; the new, empty board points, change the config so the second board uses the same database?&nbsp; Would that cover it?</p>]]></description>
			<author><![CDATA[null@example.com (moleary)]]></author>
			<pubDate>Wed, 11 Feb 2009 02:07:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124429/#p124429</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible to combine 2 databases?]]></title>
			<link>https://punbb.informer.com/forums/post/124084/#p124084</link>
			<description><![CDATA[<p>The way this is possible is:<br /></p><ul><li><p>Have the both forums within the same table, but different prefix&#039;s</p></li><li><p>Create a script (which would be too hard) that will do for each row, insert it into the new db. You would have to do this for Users</p></li></ul><p>It wouldnt be possible for Forums/Topics/Posts as the foreign keys will change and wont work.</p>]]></description>
			<author><![CDATA[null@example.com (Utchin)]]></author>
			<pubDate>Wed, 04 Feb 2009 12:22:50 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124084/#p124084</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible to combine 2 databases?]]></title>
			<link>https://punbb.informer.com/forums/post/124078/#p124078</link>
			<description><![CDATA[<p>that&#039;s hard to do.perhaps given up one.</p>]]></description>
			<author><![CDATA[null@example.com (qie)]]></author>
			<pubDate>Wed, 04 Feb 2009 11:36:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124078/#p124078</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible to combine 2 databases?]]></title>
			<link>https://punbb.informer.com/forums/post/124046/#p124046</link>
			<description><![CDATA[<p>Export it. Then import it into the other one. PhpMyAdmin can do this easily. But you should be sure that there are no double entries (like two users with the same name or something like that)! Double entries could lead to problems.</p>]]></description>
			<author><![CDATA[null@example.com (guest1234)]]></author>
			<pubDate>Tue, 03 Feb 2009 16:37:10 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124046/#p124046</guid>
		</item>
		<item>
			<title><![CDATA[Possible to combine 2 databases?]]></title>
			<link>https://punbb.informer.com/forums/post/123958/#p123958</link>
			<description><![CDATA[<p>Say I have two message boards, very similar, and want to close one down but want to move all the people/forums/topics etc to my other board.</p><p>Can I somehow incorporate the one database into the second database? Is this possible?</p>]]></description>
			<author><![CDATA[null@example.com (moleary)]]></author>
			<pubDate>Sun, 01 Feb 2009 20:26:05 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/123958/#p123958</guid>
		</item>
	</channel>
</rss>
