<?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/"
		xmlns:icbm="http://www.postneo.com/icbm/"
		>
<channel>
	<title>Comments on: WordPress FAQ: How do I Move my blog to a new host?</title>
	<atom:link href="http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/</link>
	<description>Web Technology and Real Life Merge</description>
	<lastBuildDate>Thu, 18 Mar 2010 02:16:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Shirley</title>
		<link>http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/comment-page-1/#comment-246760</link>
		<dc:creator>Shirley</dc:creator>
		<pubDate>Sat, 04 Oct 2008 20:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/#comment-246760</guid>
		<description>We recently released a plugin which updates permalinks and content links after a move. Previously, the only option was to go into the database and run SQL queries.&lt;br&gt;&lt;br&gt;See the Update URLs plugin at: &lt;a href=&quot;http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/&quot;&gt;http://www.velvetblues.com/web-development-blog...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>We recently released a plugin which updates permalinks and content links after a move. Previously, the only option was to go into the database and run SQL queries.</p>
<p>See the Update URLs plugin at: <a href="http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/"></a><a href="http://www.velvetblues.com/web-development-blog.." >http://www.velvetblues.com/web-development-blog..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abel</title>
		<link>http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/comment-page-1/#comment-211555</link>
		<dc:creator>Abel</dc:creator>
		<pubDate>Wed, 30 Apr 2008 22:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/#comment-211555</guid>
		<description>Very useful. Now I&#039;m no longer &#039;scared stupid&#039; of using ssh :). Thanks!</description>
		<content:encoded><![CDATA[<p>Very useful. Now I&#8217;m no longer &#8217;scared stupid&#8217; of using ssh :). Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Klang</title>
		<link>http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/comment-page-1/#comment-86527</link>
		<dc:creator>Ben Klang</dc:creator>
		<pubDate>Wed, 09 May 2007 20:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/#comment-86527</guid>
		<description>Simply taking a copy of the MySQL data files is inherently dangerous *if the database is running.*  The reason for this is that database files are not static things; any time the database changes in any way, many places inside the data files are changed (indices, content, auto increment fields, etc).  It is similar to pulling the power from your computer rather than shutting it down.

All that being said, if you can actually shut down MySQL it is then safe to take a copy of the database files.  This is sometimes called a cold backup.

For more information on safe ways to back up your database, see the relevant documentation.  MySQL&#039;s can be found here:
(Three different versions of MySQL)
http://dev.mysql.com/doc/refman/4.1/en/disaster-prevention.html
http://dev.mysql.com/doc/refman/5.0/en/disaster-prevention.html
http://dev.mysql.com/doc/refman/5.1/en/disaster-prevention.html</description>
		<content:encoded><![CDATA[<p>Simply taking a copy of the MySQL data files is inherently dangerous *if the database is running.*  The reason for this is that database files are not static things; any time the database changes in any way, many places inside the data files are changed (indices, content, auto increment fields, etc).  It is similar to pulling the power from your computer rather than shutting it down.</p>
<p>All that being said, if you can actually shut down MySQL it is then safe to take a copy of the database files.  This is sometimes called a cold backup.</p>
<p>For more information on safe ways to back up your database, see the relevant documentation.  MySQL&#8217;s can be found here:<br />
(Three different versions of MySQL)<br />
<a href="http://dev.mysql.com/doc/refman/4.1/en/disaster-prevention.html" >http://dev.mysql.com/doc/refman/4.1/en/disaster-prevention.html</a><br />
<a href="http://dev.mysql.com/doc/refman/5.0/en/disaster-prevention.html" >http://dev.mysql.com/doc/refman/5.0/en/disaster-prevention.html</a><br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/disaster-prevention.html" >http://dev.mysql.com/doc/refman/5.1/en/disaster-prevention.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Karr</title>
		<link>http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/comment-page-1/#comment-77434</link>
		<dc:creator>Douglas Karr</dc:creator>
		<pubDate>Mon, 09 Apr 2007 13:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/#comment-77434</guid>
		<description>Really?  I&#039;ve done it a bunch of times and haven&#039;t had a problem.  MySQL simply saves the data in optimized data files.  Why does this risk corruption?  As for savings, you save the import and export effort.

To me it appears the same as taking a MSSQL server, detaching it, and moving it.  No?</description>
		<content:encoded><![CDATA[<p>Really?  I&#8217;ve done it a bunch of times and haven&#8217;t had a problem.  MySQL simply saves the data in optimized data files.  Why does this risk corruption?  As for savings, you save the import and export effort.</p>
<p>To me it appears the same as taking a MSSQL server, detaching it, and moving it.  No?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/comment-page-1/#comment-77421</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Mon, 09 Apr 2007 13:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/#comment-77421</guid>
		<description>That&#039;s insane, Doug. :) You run the risk of data corruption that way AND you save no effort doing it that way. :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s insane, Doug. :) You run the risk of data corruption that way AND you save no effort doing it that way. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Karr</title>
		<link>http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/comment-page-1/#comment-76816</link>
		<dc:creator>Douglas Karr</dc:creator>
		<pubDate>Sun, 08 Apr 2007 00:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/#comment-76816</guid>
		<description>Michael and Aaron,  if your host allows you to access your server, you can simply copy your /var/lib/mysql/ subdirectories local and then copy them  to the new host.  It eliminates the need to export, import, etc.</description>
		<content:encoded><![CDATA[<p>Michael and Aaron,  if your host allows you to access your server, you can simply copy your /var/lib/mysql/ subdirectories local and then copy them  to the new host.  It eliminates the need to export, import, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/comment-page-1/#comment-76282</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Fri, 06 Apr 2007 21:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/#comment-76282</guid>
		<description>There is no limit from the command line and, in fact, for people like yourselves that have large databases this is the way I recommend going. In fact, at this size, I&#039;d try to make sure you do everything from the command line.</description>
		<content:encoded><![CDATA[<p>There is no limit from the command line and, in fact, for people like yourselves that have large databases this is the way I recommend going. In fact, at this size, I&#8217;d try to make sure you do everything from the command line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://technosailor.com/2007/04/06/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/comment-page-1/#comment-76280</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 06 Apr 2007 21:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://technosailor.com/wordpress-faq-how-do-i-move-my-blog-to-a-new-host/#comment-76280</guid>
		<description>I have a big database (11M), I can&#039;t import it via phpmyadmin since the max size allowed is 8M. I&#039;d like to know in this case, is there a database size limit when importing the database with command line?</description>
		<content:encoded><![CDATA[<p>I have a big database (11M), I can&#8217;t import it via phpmyadmin since the max size allowed is 8M. I&#8217;d like to know in this case, is there a database size limit when importing the database with command line?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
