<?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: SharDB update</title>
	<atom:link href="http://wpmututorials.com/plugins/shardb-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/plugins/shardb-update/</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ron</title>
		<link>http://wpmututorials.com/plugins/shardb-update/#comment-9677</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sun, 27 Jun 2010 01:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=344#comment-9677</guid>
		<description>I&#039;ll be adding that with the 3.0 update.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be adding that with the 3.0 update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://wpmututorials.com/plugins/shardb-update/#comment-9663</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 24 Jun 2010 23:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=344#comment-9663</guid>
		<description>Hi Ron, 
Do you have a script to partition an existing DB in multiple DB&#039;s?</description>
		<content:encoded><![CDATA[<p>Hi Ron,<br />
Do you have a script to partition an existing DB in multiple DB&#8217;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohini Bisht</title>
		<link>http://wpmututorials.com/plugins/shardb-update/#comment-8044</link>
		<dc:creator>Mohini Bisht</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=344#comment-8044</guid>
		<description>if so, how to do that?</description>
		<content:encoded><![CDATA[<p>if so, how to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohini Bisht</title>
		<link>http://wpmututorials.com/plugins/shardb-update/#comment-8043</link>
		<dc:creator>Mohini Bisht</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=344#comment-8043</guid>
		<description>dear sir, i&#039;m using free hosting service which allows only 50 mb per database.

can i use multiple databases for my blog.
so that if one gets filled, other will be automatically start filling by the posts.</description>
		<content:encoded><![CDATA[<p>dear sir, i&#8217;m using free hosting service which allows only 50 mb per database.</p>
<p>can i use multiple databases for my blog.<br />
so that if one gets filled, other will be automatically start filling by the posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://wpmututorials.com/plugins/shardb-update/#comment-7091</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Wed, 24 Feb 2010 23:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=344#comment-7091</guid>
		<description>Forgot to subscribe via email.</description>
		<content:encoded><![CDATA[<p>Forgot to subscribe via email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://wpmututorials.com/plugins/shardb-update/#comment-7088</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Wed, 24 Feb 2010 23:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=344#comment-7088</guid>
		<description>Thanks for your great work.

I have recently come to use SharDB to scale out our Wordpress MU installs.  Am currently trying to get it working on one of our sites.

Our database setup is Master -&gt; Slave via replication.  It works great when I don&#039;t use the add_slave function in db-settings.php, eg going to the master server as defined in wp-config.php.

When I use add_slave, all functions seem to send back &quot;Array&quot;, eg in the html title of the site, search box.  Also, it just keeps printing out &quot;Sorry, no posts matched your criteria&quot; regardless.

Do you have any suggestions?  This is on a completely new install of Wordpress 2.9.1.1.  I believe I have sharded the DB ok as it works fine connecting to the master only.

Here&#039;s my db-settings.php config:

$shardb_hash_length = 1;
$shardb_prefix = &#039;wpmu_&#039;;
$shardb_dataset = &#039;dbset&#039;;
$enable_home_db = false;
$num_vipdbs = 0;
//$shardb_master_read = 99;
$shardb_local_db = true;
add_slave(1, &#039;192.168.0.20&#039;, &#039;192.168.0.20&#039;, USER***, PASS***);

Many thanks for any comments/suggestions!</description>
		<content:encoded><![CDATA[<p>Thanks for your great work.</p>
<p>I have recently come to use SharDB to scale out our WordPress MU installs.  Am currently trying to get it working on one of our sites.</p>
<p>Our database setup is Master -&gt; Slave via replication.  It works great when I don&#8217;t use the add_slave function in db-settings.php, eg going to the master server as defined in wp-config.php.</p>
<p>When I use add_slave, all functions seem to send back &#8220;Array&#8221;, eg in the html title of the site, search box.  Also, it just keeps printing out &#8220;Sorry, no posts matched your criteria&#8221; regardless.</p>
<p>Do you have any suggestions?  This is on a completely new install of WordPress 2.9.1.1.  I believe I have sharded the DB ok as it works fine connecting to the master only.</p>
<p>Here&#8217;s my db-settings.php config:</p>
<p>$shardb_hash_length = 1;<br />
$shardb_prefix = &#8216;wpmu_&#8217;;<br />
$shardb_dataset = &#8216;dbset&#8217;;<br />
$enable_home_db = false;<br />
$num_vipdbs = 0;<br />
//$shardb_master_read = 99;<br />
$shardb_local_db = true;<br />
add_slave(1, &#8217;192.168.0.20&#8242;, &#8217;192.168.0.20&#8242;, USER***, PASS***);</p>
<p>Many thanks for any comments/suggestions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Bacon</title>
		<link>http://wpmututorials.com/plugins/shardb-update/#comment-6037</link>
		<dc:creator>John Bacon</dc:creator>
		<pubDate>Thu, 28 Jan 2010 06:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=344#comment-6037</guid>
		<description>Woot!  Thx Ron!</description>
		<content:encoded><![CDATA[<p>Woot!  Thx Ron!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: windhamdavid</title>
		<link>http://wpmututorials.com/plugins/shardb-update/#comment-5922</link>
		<dc:creator>windhamdavid</dc:creator>
		<pubDate>Sun, 24 Jan 2010 18:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=344#comment-5922</guid>
		<description>Ron.. you are great! thk U.</description>
		<content:encoded><![CDATA[<p>Ron.. you are great! thk U.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

