<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ron Dillehay &#187; wpmu</title>
	<atom:link href="http://rondillehay.com/category/wpmu/feed/" rel="self" type="application/rss+xml" />
	<link>http://rondillehay.com</link>
	<description>Just another freeblogit.com site</description>
	<lastBuildDate>Sat, 31 Jul 2010 15:52:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>wpmu md5 database conversion script</title>
		<link>http://rondillehay.com/2008/11/30/wpmu-md5-database-conversion-script/</link>
		<comments>http://rondillehay.com/2008/11/30/wpmu-md5-database-conversion-script/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 09:44:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wpmu]]></category>
		<category><![CDATA[my scripts]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=83</guid>
		<description><![CDATA[I wrote this script when I moved my wpmu site freeblogit.com from a single database to a multi-database, using md5 as the routing key.  I was amazed that this script didn&#8217;t exist when I converted to multi-db, as it would &#8230; <a href="http://rondillehay.com/2008/11/30/wpmu-md5-database-conversion-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wrote this script when I moved my wpmu site <em>freeblogit.com</em> from a single database to a multi-database, using md5 as the routing key.  I was amazed that this script didn&#8217;t exist when I converted to multi-db, as it would have taken forever to move the blogs one by one.  The script itself is pretty simple, and the code is documented.  My original script was modified slightly by the folks at wpmu dev premium to match their naming convention.  Although I wrote this with the premium multi-db plugin in mind, it should work for any wpmu md5 database move.   It has built in support for 16, 256, and 4096 database conversions.</p>
<p>Also included in the zip is a little utility for displaying the md5 hash id in numerical order.  This can be handy when trying to figure out which db a specific blog is in.</p>
<p>[download#1#image]</p>
<p>Hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2008/11/30/wpmu-md5-database-conversion-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>easyphp and wpmu</title>
		<link>http://rondillehay.com/2008/11/29/easyphp-and-wpmu/</link>
		<comments>http://rondillehay.com/2008/11/29/easyphp-and-wpmu/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 22:46:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://www.rondillehay.com/?p=19</guid>
		<description><![CDATA[I decided to play with the latest beta version of wpmu 2.7 locally to see how a local backup of my wpmu site would perform.  I&#8217;ve used xampp previously, but decided to try easyphp.  The results of the testing were pretty positive.  The &#8230; <a href="http://rondillehay.com/2008/11/29/easyphp-and-wpmu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I decided to play with the latest beta version of wpmu 2.7 locally to see how a local backup of my wpmu site would perform.  I&#8217;ve used xampp previously, but decided to try easyphp.  The results of the testing were pretty positive.  The vast majority of plugins worked immediately, and the new backend admin panel is a huge improvement over the current wpmu backend.  I had to disable wpsary gallery to get the new version to run.  For anyone else attempting this excersize, here are some pointers.</p>
<p>EasyPHP setup:</p>
<ol>
<li>Install EasyPHP</li>
<li>Modify the http.conf file to match your current server settings</li>
<li>If you use mod_rewrite on our web server, enable the module in the http.conf file</li>
<li>Move your site backup into the www folder inside EasyPHP</li>
<li>Modify the php.ini file to match your current server settings</li>
<li>Start phpmyadmin via the EasyPHP admin panel</li>
<li>Add a mysql user with the same name, password, and permissions as your web server mysql</li>
<li>Import your DB backup</li>
<li>Restart EasyPHP</li>
</ol>
<p>Setting up your local WPMU</p>
<ol>
<li>Change the configuration file to use 127.0.0.1 as your db host instead of localhost</li>
<li>Using phpmyadmin change the URL for blog 1 to 127.0.0.1</li>
</ol>
<p>If you use multi-db (from wpmu premium website)</p>
<ol>
<li>Change all of your localhosts in the db config file to 127.0.0.1</li>
<li>Find the db with blog 1 in it, and change the URL for blog 1 to 127.0.0.1</li>
</ol>
<p>If you use sub-domains on your web server, you will not be able to test them locally, only blog 1 will work.  The problem is ( test.127.0.0.1) isn&#8217;t a good url.</p>
<p>Hope this helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://rondillehay.com/2008/11/29/easyphp-and-wpmu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
