<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WP Hive &#187; Tag: import - Recent Posts</title>
<link>http://wp-hive.com/forums/</link>
<description>WP Hive &#187; Tag: import - Recent Posts</description>
<language>en</language>
<pubDate>Sat, 04 Feb 2012 15:04:55 +0000</pubDate>

<item>
<title>ikailo on "More Existing Blog Import Questions"</title>
<link>http://wp-hive.com/forums/topic/more-existing-blog-import-questions#post-405</link>
<pubDate>Thu, 27 Aug 2009 21:22:42 +0000</pubDate>
<dc:creator>ikailo</dc:creator>
<guid isPermaLink="false">405@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Found out some more useful info to add to this topic:&#60;/p&#62;
&#60;p&#62;If the database prefix changes (ie. wp1_ to wp2_), then users will also lose their defined roles. To work around that, rename the &#60;code&#62;usermeta&#60;/code&#62; options from &#60;code&#62;wp1_capabilities&#60;/code&#62; to &#60;code&#62;wp2_capabilites&#60;/code&#62;. Also, I believe there is a reference to &#60;code&#62;wp1_user_roles&#60;/code&#62; in the options table that needs to be updated also.&#60;/p&#62;
&#60;p&#62;Also, some plugins may depend on the table prefix as well, so do lots of testing. :)
&#60;/p&#62;</description>
</item>
<item>
<title>ikailo on "More Existing Blog Import Questions"</title>
<link>http://wp-hive.com/forums/topic/more-existing-blog-import-questions/page/6#post-151</link>
<pubDate>Tue, 27 Jan 2009 19:23:29 +0000</pubDate>
<dc:creator>ikailo</dc:creator>
<guid isPermaLink="false">151@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;You could certatinly rename the tables prefixes first - just ensure they will be unique in the new database. You'd also have to edit the wp-config.php file with the new prefix.&#60;/p&#62;
&#60;p&#62;Some MySQL DB tools are more functional than others, so it might be possible to just 'move' them depending on what you are using.
&#60;/p&#62;</description>
</item>
<item>
<title>wwday3 on "More Existing Blog Import Questions"</title>
<link>http://wp-hive.com/forums/topic/more-existing-blog-import-questions/page/5#post-150</link>
<pubDate>Tue, 27 Jan 2009 15:46:57 +0000</pubDate>
<dc:creator>wwday3</dc:creator>
<guid isPermaLink="false">150@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;OK, dummy me. After thinking about it I realized that I was thinking in terms of files as &#34;data files&#34; rather than &#34;script files&#34;. (I'm an *old* programmer who still thinks of tables as files :).&#60;/p&#62;
&#60;p&#62;So, never mind my prior question.&#60;/p&#62;
&#60;p&#62;Instead, let me ask this. Would it be a good idea to trname the tables in a blog's current database (with &#34;wp_&#34; as the current prefix) to the new prefix first, let it run for awhile to make sure nothing really weird happens, and then do the import steps as listed?&#60;/p&#62;
&#60;p&#62;Boy, it sure would be nice to rename the tables, and then somehow just &#34;move&#34; them.
&#60;/p&#62;</description>
</item>
<item>
<title>wwday3 on "More Existing Blog Import Questions"</title>
<link>http://wp-hive.com/forums/topic/more-existing-blog-import-questions/page/5#post-149</link>
<pubDate>Tue, 27 Jan 2009 15:21:58 +0000</pubDate>
<dc:creator>wwday3</dc:creator>
<guid isPermaLink="false">149@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Hmmm. New to WP-Hive (just found it today, actually). I really wasn't thinking about the possibility of importing current installs into the &#34;framework&#34;, but now you've got me intrigued.&#60;/p&#62;
&#60;p&#62;So, does this post mean the &#34;wp_&#34; tables are replicated for each &#34;prefix&#34;? I was under the impression WP-Hive blogs shared the &#34;core&#34; files somehow. Or, amd I misinterpreting something here?
&#60;/p&#62;</description>
</item>
<item>
<title>ikailo on "More Existing Blog Import Questions"</title>
<link>http://wp-hive.com/forums/topic/more-existing-blog-import-questions/page/5#post-124</link>
<pubDate>Thu, 15 Jan 2009 23:01:27 +0000</pubDate>
<dc:creator>ikailo</dc:creator>
<guid isPermaLink="false">124@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Upgrade all the sites so they are all using the same version of WordPress. Be sure to log in to the admin for each so the database tables are updated correctly.&#60;/p&#62;
&#60;p&#62;Ensure all the sites share the same database. If they don't, then one way to do this is to dump the db tables to a text file and do a find/replace for the prefix. The important thing is that all the tables for each site has a unique prefix. Then import the tables into the shared database. &#60;/p&#62;
&#60;p&#62;Create your hive folder with a fresh install of WordPress, and add in all the plugins and themes that are used in all the sites. If any themes are edited, then I recommend you put them in separate folders. You might want to edit the style.css file to change the name so it can be distinguished for the appropriate site. Edit wp-config.php to add the database info, etc.&#60;/p&#62;
&#60;p&#62;Point your domains to the folder. From this point, you should be able to install WP-Hive according to the directions. &#60;/p&#62;
&#60;p&#62;You will probably want to edit the &#60;code&#62;wphive_hosts&#60;/code&#62; table after the hive is initially set up. Add the unique table prefix set in the 2nd step above along with the corresponding hostname. This prevents wp-hive from trying to auto-create the prefix (and probably getting it wrong).&#60;/p&#62;
&#60;p&#62;I think this should do it. Let me know what the result is.  Good Luck!!
&#60;/p&#62;</description>
</item>
<item>
<title>avaxcontrol on "More Existing Blog Import Questions"</title>
<link>http://wp-hive.com/forums/topic/more-existing-blog-import-questions/page/4#post-116</link>
<pubDate>Sun, 11 Jan 2009 02:09:09 +0000</pubDate>
<dc:creator>avaxcontrol</dc:creator>
<guid isPermaLink="false">116@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I have a large site that currently uses three different installs of WP (2.6ish). I'd really like to use WP Hive to make my life easier, but I'm fuzzy on how to set it up with existing blogs. I read this topic &#60;a href=&#34;http://wp-hive.com/forums/topic.php?id=24&#34; rel=&#34;nofollow&#34;&#62;http://wp-hive.com/forums/topic.php?id=24&#60;/a&#62;, but it just confused me. Basically, I need more details on how to do it. I'm reasonably experienced with web stuff but from that one post I cannot for the life of me even begin to figure out what to do. Could anyone possibly help with more detailed instructions? I can't be the only person to ever have this problem...&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;AX
&#60;/p&#62;</description>
</item>
<item>
<title>ikailo on "Importing Existing Blogs?"</title>
<link>http://wp-hive.com/forums/topic/importing-existing-blogs/page/2#post-58</link>
<pubDate>Thu, 13 Nov 2008 01:47:45 +0000</pubDate>
<dc:creator>ikailo</dc:creator>
<guid isPermaLink="false">58@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Before changing / adding the prefix in wphive_hosts, you should update all the sites in the to have the same versions of WP and the plugins.
&#60;/p&#62;</description>
</item>
<item>
<title>jaiakweb on "Importing Existing Blogs?"</title>
<link>http://wp-hive.com/forums/topic/importing-existing-blogs/page/2#post-53</link>
<pubDate>Mon, 03 Nov 2008 00:25:39 +0000</pubDate>
<dc:creator>jaiakweb</dc:creator>
<guid isPermaLink="false">53@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;You can change the prefix in the table: &#34;wphive_hosts&#34; --&#38;gt; And chante &#60;code&#62;prefix&#60;/code&#62; varchar (6) NOT NULL )&#34;); ---&#38;gt; 6 to 255, then you can set the prefix that you want for your old wordpress installations.&#60;/p&#62;
&#60;p&#62;Sorry for my english.&#60;/p&#62;
&#60;p&#62;Regards from spain
&#60;/p&#62;</description>
</item>
<item>
<title>dandavis on "Importing Existing Blogs?"</title>
<link>http://wp-hive.com/forums/topic/importing-existing-blogs/page/2#post-46</link>
<pubDate>Sat, 01 Nov 2008 14:25:31 +0000</pubDate>
<dc:creator>dandavis</dc:creator>
<guid isPermaLink="false">46@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I've setup WP-Hive on a brand new 2.6.3 install and I've got the initial blog and a new domain setup and things seem to be going OK (except that robots.txt in the new domain is 404 even though the file is there...).&#60;/p&#62;
&#60;p&#62;Now, I have a number of existing blogs from various versions of WP (2.5.x, 2.6.3). Is there an easy and/or recommended way of importing those existing blogs into the new wp-hive setup?
&#60;/p&#62;</description>
</item>

</channel>
</rss>

