<?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: Creating a Local Copy of Your WordPress Site Using MAMP</title>
	<atom:link href="http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/</link>
	<description>Curtis Blackwell&#039;s portfolio of web &#38; graphic design, accompanied by a design blog..</description>
	<lastBuildDate>Sat, 19 Jun 2010 05:04:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brandon</title>
		<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/comment-page-1/#comment-151</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Sat, 19 Jun 2010 05:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://curtisblackwell.com/?p=147#comment-151</guid>
		<description>Searching and replacing instances of a url in a sql file is potentially dangerous (technique might break on newer versions...). After looking it seems like changing the url wp points to is pretty much the safest and most universal technique. 

PS
Don&#039;t forget to back stuff up.</description>
		<content:encoded><![CDATA[<p>Searching and replacing instances of a url in a sql file is potentially dangerous (technique might break on newer versions&#8230;). After looking it seems like changing the url wp points to is pretty much the safest and most universal technique. </p>
<p>PS<br />
Don&#8217;t forget to back stuff up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis</title>
		<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/comment-page-1/#comment-150</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Tue, 15 Jun 2010 23:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://curtisblackwell.com/?p=147#comment-150</guid>
		<description>that&#039;s actually what i normally do… i thought i got that from the link i sent you… maybe it was from the wordpress site…</description>
		<content:encoded><![CDATA[<p>that&#8217;s actually what i normally do… i thought i got that from the link i sent you… maybe it was from the wordpress site…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/comment-page-1/#comment-149</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 15 Jun 2010 19:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://curtisblackwell.com/?p=147#comment-149</guid>
		<description>:O ZZOMG!!1

It wanted me to search and replace the url&#039;s in my database tables! That &#039;might&#039; work, but you don&#039;t want to edit the content of the tables directly... I actually humored the tutorial and tried that and didn&#039;t have as much success. Maybe I missed something... anyhow...

A safer way to do the same thing is to:

---&gt; on my localhost
-Make a backup of the DB. Use phpmyadmin (call it &#039;local.sql&#039; maybe) as well as the WP directory tree.
-Go to admin and simply change the URL that wordpress points to as the desired webroot
-Export the DB again with those changes. (call it &#039;migrated.sql&#039; or something) make sure to select &#039;CREATE DATABASE&#039; option in phpmyadmin.

[This effectively points your local WP there as well, so go back to your local DB and recover the original backup (local.sql) made in step one.]  - recover local DB, then it should point back at localhost.

---&gt; on my server
-Install WP directory tree to server&#039;s web root (/var/www/ on apache2)
-Install &#039;migrated.sql&#039; DB on server&#039;s mysql. Use phpmyadmin or
 http://www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/

Tweek where needed.</description>
		<content:encoded><![CDATA[<p>:O ZZOMG!!1</p>
<p>It wanted me to search and replace the url&#8217;s in my database tables! That &#8216;might&#8217; work, but you don&#8217;t want to edit the content of the tables directly&#8230; I actually humored the tutorial and tried that and didn&#8217;t have as much success. Maybe I missed something&#8230; anyhow&#8230;</p>
<p>A safer way to do the same thing is to:</p>
<p>&#8212;&gt; on my localhost<br />
-Make a backup of the DB. Use phpmyadmin (call it &#8216;local.sql&#8217; maybe) as well as the WP directory tree.<br />
-Go to admin and simply change the URL that wordpress points to as the desired webroot<br />
-Export the DB again with those changes. (call it &#8216;migrated.sql&#8217; or something) make sure to select &#8216;CREATE DATABASE&#8217; option in phpmyadmin.</p>
<p>[This effectively points your local WP there as well, so go back to your local DB and recover the original backup (local.sql) made in step one.]  &#8211; recover local DB, then it should point back at localhost.</p>
<p>&#8212;&gt; on my server<br />
-Install WP directory tree to server&#8217;s web root (/var/www/ on apache2)<br />
-Install &#8216;migrated.sql&#8217; DB on server&#8217;s mysql. Use phpmyadmin or<br />
 <a href="http://www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/?referer=');">http://www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/</a></p>
<p>Tweek where needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis</title>
		<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/comment-page-1/#comment-148</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Fri, 04 Jun 2010 22:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://curtisblackwell.com/?p=147#comment-148</guid>
		<description>yessireebob. check &lt;a href=&quot;http://www.webdesignerwall.com/tutorials/exporting-and-importing-wordpress/&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; out.</description>
		<content:encoded><![CDATA[<p>yessireebob. check <a href="http://www.webdesignerwall.com/tutorials/exporting-and-importing-wordpress/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.webdesignerwall.com/tutorials/exporting-and-importing-wordpress/?referer=');">this</a> out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: runyon</title>
		<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/comment-page-1/#comment-147</link>
		<dc:creator>runyon</dc:creator>
		<pubDate>Fri, 04 Jun 2010 20:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://curtisblackwell.com/?p=147#comment-147</guid>
		<description>how do I do the reverse with a wp site on wamp to shared hosting? It seems like all the links are pointing to localhost/wordpress_2.9.2/wordpress/ instead of my domain... I went in and replaced all references to localhost with mysite.com(example) in the database but it still screws up... is there an easy way to migrate from localhost to shared hosting?  thanks</description>
		<content:encoded><![CDATA[<p>how do I do the reverse with a wp site on wamp to shared hosting? It seems like all the links are pointing to localhost/wordpress_2.9.2/wordpress/ instead of my domain&#8230; I went in and replaced all references to localhost with mysite.com(example) in the database but it still screws up&#8230; is there an easy way to migrate from localhost to shared hosting?  thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davehubler</title>
		<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/comment-page-1/#comment-113</link>
		<dc:creator>davehubler</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://curtisblackwell.com/?p=147#comment-113</guid>
		<description>Thanks for the tutorial... in my case, when following the steps below, MySQL returned error #1007 - Can&#039;t create database, database exists. 

Instead of creating a database and THEN importing I just imported the .sql file I downloaded from my host. phpMyAdmin automatically created the database for me and it worked like a charm. 

&quot;On the phpMyAdmin homepage there is an option to create a new database. Enter the database name from step 2 in Exporting Your WordPress Database and click Create.
Click on the new database in the sidebar on the left then choose the Import tab at the top&quot;

Just as a note my hosting provider is limedomains.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial&#8230; in my case, when following the steps below, MySQL returned error #1007 &#8211; Can&#8217;t create database, database exists. </p>
<p>Instead of creating a database and THEN importing I just imported the .sql file I downloaded from my host. phpMyAdmin automatically created the database for me and it worked like a charm. </p>
<p>&#8220;On the phpMyAdmin homepage there is an option to create a new database. Enter the database name from step 2 in Exporting Your WordPress Database and click Create.<br />
Click on the new database in the sidebar on the left then choose the Import tab at the top&#8221;</p>
<p>Just as a note my hosting provider is limedomains.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Moseley</title>
		<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/comment-page-1/#comment-112</link>
		<dc:creator>Brian Moseley</dc:creator>
		<pubDate>Tue, 12 Jan 2010 20:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://curtisblackwell.com/?p=147#comment-112</guid>
		<description>wow Curtis I really like the design of your site. Thanks so much for this helpful tip. I had &#039;localhost&#039; instead of &#039;localhost:8888&#039; in my site_id and it kept showing up wrong. Thanks to your site I fixed it easily. Great job!</description>
		<content:encoded><![CDATA[<p>wow Curtis I really like the design of your site. Thanks so much for this helpful tip. I had &#8216;localhost&#8217; instead of &#8216;localhost:8888&#8242; in my site_id and it kept showing up wrong. Thanks to your site I fixed it easily. Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marisela</title>
		<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/comment-page-1/#comment-111</link>
		<dc:creator>Marisela</dc:creator>
		<pubDate>Thu, 17 Dec 2009 09:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://curtisblackwell.com/?p=147#comment-111</guid>
		<description>Thanks a bunch for this! The tutorial was super useful and easy to follow.</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for this! The tutorial was super useful and easy to follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duerepheple</title>
		<link>http://curtisblackwell.com/creating-a-local-copy-of-your-wordpress-site-using-mamp/comment-page-1/#comment-110</link>
		<dc:creator>duerepheple</dc:creator>
		<pubDate>Sun, 13 Dec 2009 01:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://curtisblackwell.com/?p=147#comment-110</guid>
		<description>OMG enjoyed reading your article. I added your feed to my google reader.</description>
		<content:encoded><![CDATA[<p>OMG enjoyed reading your article. I added your feed to my google reader.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
