<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: BuddyPress and MultiDB</title>
	<atom:link href="http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/</link>
	<description>just a lowly edtech geek, mumble mumble university of calgary</description>
	<lastBuildDate>Sun, 21 Mar 2010 17:18:11 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Moving from Multi-DB to SharDB on WPMu at bavatuesdays</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-196320</link>
		<dc:creator>Moving from Multi-DB to SharDB on WPMu at bavatuesdays</dc:creator>
		<pubDate>Mon, 25 Jan 2010 06:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-196320</guid>
		<description>[...] list of code I stole from D&#8217;Arcy, and he breaks the whole thing down better than I ever could here. Now I imagine SharDB doesn;t have this issue, but just wanted to get a sense if anyone else [...]</description>
		<content:encoded><![CDATA[<p>[...] list of code I stole from D&#8217;Arcy, and he breaks the whole thing down better than I ever could here. Now I imagine SharDB doesn;t have this issue, but just wanted to get a sense if anyone else [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnorman</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-195347</link>
		<dc:creator>dnorman</dc:creator>
		<pubDate>Thu, 25 Jun 2009 21:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-195347</guid>
		<description>oh. no. wait.

you&#039;d add the BP tables into the same global _database_ - so you&#039;d have &lt;code&gt;wpmu_global.bp_activity_sitewide&lt;/code&gt; etc...</description>
		<content:encoded><![CDATA[<p>oh. no. wait.</p>
<p>you&#8217;d add the BP tables into the same global _database_ &#8211; so you&#8217;d have <code>wpmu_global.bp_activity_sitewide</code> etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnorman</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-195346</link>
		<dc:creator>dnorman</dc:creator>
		<pubDate>Thu, 25 Jun 2009 21:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-195346</guid>
		<description>yeah. throw the BP tables in &lt;code&gt;wpmu_global&lt;/code&gt; - if your users haven&#039;t been actively using BP (messages, profiles, groups, etc...) then just let BP recreate the tables as a fresh install.</description>
		<content:encoded><![CDATA[<p>yeah. throw the BP tables in <code>wpmu_global</code> &#8211; if your users haven&#8217;t been actively using BP (messages, profiles, groups, etc&#8230;) then just let BP recreate the tables as a fresh install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-195345</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-195345</guid>
		<description>OK, I&#039;m confused, which isn;t hard to do. My global table is titled wpmu_global
add_global_table(&#039;umwblogs_wpmu_global&#039;);

Are the buddypress tables being added to this database, i.e. wpmu_global?

OK, and beyond that, I installed BuddyPress, but didn&#039;t install the theme or make it specific to anyone on blog, rather just let it run behind through spaces like http://umwblogs.org /members or /blogs or /members/admin

Now, what has me confused is where the hell those databases are amongst my 18 DBs, I can;t seem to locate them, and the fact I use phpMyAdmin makes it more complicated I&#039;m sure.

Sorry to be such a pain in the neck, I know you have a day job beyond helping my sorry ass</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;m confused, which isn;t hard to do. My global table is titled wpmu_global<br />
add_global_table(&#8216;umwblogs_wpmu_global&#8217;);</p>
<p>Are the buddypress tables being added to this database, i.e. wpmu_global?</p>
<p>OK, and beyond that, I installed BuddyPress, but didn&#8217;t install the theme or make it specific to anyone on blog, rather just let it run behind through spaces like <a href="http://umwblogs.org" rel="nofollow">http://umwblogs.org</a> /members or /blogs or /members/admin</p>
<p>Now, what has me confused is where the hell those databases are amongst my 18 DBs, I can;t seem to locate them, and the fact I use phpMyAdmin makes it more complicated I&#8217;m sure.</p>
<p>Sorry to be such a pain in the neck, I know you have a day job beyond helping my sorry ass</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnorman</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-195344</link>
		<dc:creator>dnorman</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-195344</guid>
		<description>this assumes that you&#039;ve added a global database server - using the &lt;code&gt;add_db_server()&lt;/code&gt; function at the bottom of &lt;code&gt;wp-content/db-config.php&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>this assumes that you&#8217;ve added a global database server &#8211; using the <code>add_db_server()</code> function at the bottom of <code>wp-content/db-config.php</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnorman</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-195343</link>
		<dc:creator>dnorman</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-195343</guid>
		<description>I don&#039;t know what &lt;code&gt;add_umwblogs_wpmu_global()&lt;/code&gt; is - is that a custom function?

I just edited &lt;code&gt;wp-content/db-config.php&lt;/code&gt; and slapped the code block (with calls to the stock &lt;code&gt;add_global_table()&lt;/code&gt; function) from the blog post after the other global table declarations (about line 40 in my file).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know what <code>add_umwblogs_wpmu_global()</code> is &#8211; is that a custom function?</p>
<p>I just edited <code>wp-content/db-config.php</code> and slapped the code block (with calls to the stock <code>add_global_table()</code> function) from the blog post after the other global table declarations (about line 40 in my file).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-195342</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-195342</guid>
		<description>So my Global database is umwblogs_wpmu_global, so I would just add this to multidb-config

// BuddyPress
add_umwblogs_wpmu_global(&#039;bp_activity_sitewide&#039;);
add_umwblogs_wpmu_global(&#039;bp_activity_user_activity&#039;);
add_umwblogs_wpmu_global(&#039;bp_activity_user_activity_cached&#039;);
add_umwblogs_wpmu_global(&#039;bp_friends&#039;);
add_umwblogs_wpmu_global(&#039;bp_groups&#039;);
add_umwblogs_wpmu_global(&#039;bp_groups_groupmeta&#039;);
add_umwblogs_wpmu_global(&#039;bp_groups_members&#039;);
add_umwblogs_wpmu_global(&#039;bp_groups_wire&#039;);
add_umwblogs_wpmu_global(&#039;bp_messages_messages&#039;);
add_umwblogs_wpmu_global(&#039;bp_messages_notices&#039;);
add_umwblogs_wpmu_global(&#039;bp_messages_recipients&#039;);
add_umwblogs_wpmu_global(&#039;bp_messages_threads&#039;);
add_umwblogs_wpmu_global(&#039;bp_notifications&#039;);
add_umwblogs_wpmu_global(&#039;bp_user_blogs&#039;);
add_umwblogs_wpmu_global(&#039;bp_user_blogs_blogmeta&#039;);
add_umwblogs_wpmu_global(&#039;bp_user_blogs_comments&#039;);
add_umwblogs_wpmu_global(&#039;bp_user_blogs_posts&#039;);
add_umwblogs_wpmu_global(&#039;bp_xprofile_data&#039;);
add_umwblogs_wpmu_global(&#039;bp_xprofile_fields&#039;);
add_umwblogs_wpmu_global(&#039;bp_xprofile_groups&#039;);
add_umwblogs_wpmu_global(&#039;bp_xprofile_wire&#039;);</description>
		<content:encoded><![CDATA[<p>So my Global database is umwblogs_wpmu_global, so I would just add this to multidb-config</p>
<p>// BuddyPress<br />
add_umwblogs_wpmu_global(&#8216;bp_activity_sitewide&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_activity_user_activity&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_activity_user_activity_cached&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_friends&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_groups&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_groups_groupmeta&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_groups_members&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_groups_wire&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_messages_messages&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_messages_notices&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_messages_recipients&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_messages_threads&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_notifications&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_user_blogs&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_user_blogs_blogmeta&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_user_blogs_comments&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_user_blogs_posts&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_xprofile_data&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_xprofile_fields&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_xprofile_groups&#8217;);<br />
add_umwblogs_wpmu_global(&#8216;bp_xprofile_wire&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnorman</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-195341</link>
		<dc:creator>dnorman</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-195341</guid>
		<description>I don&#039;t think I&#039;ll need to - it seems to be working as expected now...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think I&#8217;ll need to &#8211; it seems to be working as expected now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnorman</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-195340</link>
		<dc:creator>dnorman</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-195340</guid>
		<description>the tables were created in the database for one site that I&#039;d been using to test BuddyPress, so I just dumped them from the database, deleted the (empty) ones in the global database, and imported the dump into the global database.</description>
		<content:encoded><![CDATA[<p>the tables were created in the database for one site that I&#8217;d been using to test BuddyPress, so I just dumped them from the database, deleted the (empty) ones in the global database, and imported the dump into the global database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/#comment-195339</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.darcynorman.net/?p=3199#comment-195339</guid>
		<description>Also, is it your plan to delete the existing bp_ tables and start fresh so that everything populates accordingly on a re-install of BuddyPress?</description>
		<content:encoded><![CDATA[<p>Also, is it your plan to delete the existing bp_ tables and start fresh so that everything populates accordingly on a re-install of BuddyPress?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
