<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: How to restore a very large MySQL file without errors.</title>
	<atom:link href="http://dougbelshaw.com/blog/2009/10/20/how-to-restore-a-very-large-mysql-file-without-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougbelshaw.com/blog/2009/10/20/how-to-restore-a-very-large-mysql-file-without-errors/</link>
	<description>Education, Technology, Productivity.</description>
	<lastBuildDate>Thu, 18 Mar 2010 16:36:36 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Doug Belshaw</title>
		<link>http://dougbelshaw.com/blog/2009/10/20/how-to-restore-a-very-large-mysql-file-without-errors/comment-page-1/#comment-3373</link>
		<dc:creator>Doug Belshaw</dc:creator>
		<pubDate>Thu, 22 Oct 2009 23:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://dougbelshaw.com/blog/?p=3335#comment-3373</guid>
		<description>Thanks Alan - a handy tip! :-)</description>
		<content:encoded><![CDATA[<p>Thanks Alan &#8211; a handy tip! <img src='http://dougbelshaw.com/blog/smilies/msn_smiley.png' alt='&#58;&#45;&#41;' class='wp-smiley' width='21' height='21' title='&#58;&#45;&#41;' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Belshaw</title>
		<link>http://dougbelshaw.com/blog/2009/10/20/how-to-restore-a-very-large-mysql-file-without-errors/comment-page-1/#comment-3281</link>
		<dc:creator>Doug Belshaw</dc:creator>
		<pubDate>Thu, 22 Oct 2009 22:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://dougbelshaw.com/blog/?p=3335#comment-3281</guid>
		<description>Thanks Alan - a handy tip! :-)</description>
		<content:encoded><![CDATA[<p>Thanks Alan &#8211; a handy tip! <img src='http://dougbelshaw.com/blog/smilies/msn_smiley.png' alt='&#58;&#45;&#41;' class='wp-smiley' width='21' height='21' title='&#58;&#45;&#41;' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: databank</title>
		<link>http://dougbelshaw.com/blog/2009/10/20/how-to-restore-a-very-large-mysql-file-without-errors/comment-page-1/#comment-3276</link>
		<dc:creator>databank</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://dougbelshaw.com/blog/?p=3335#comment-3276</guid>
		<description>very good post. thanks.</description>
		<content:encoded><![CDATA[<p>very good post. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cogdog</title>
		<link>http://dougbelshaw.com/blog/2009/10/20/how-to-restore-a-very-large-mysql-file-without-errors/comment-page-1/#comment-3275</link>
		<dc:creator>cogdog</dc:creator>
		<pubDate>Wed, 21 Oct 2009 16:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://dougbelshaw.com/blog/?p=3335#comment-3275</guid>
		<description>That&#039;s usually a limit on the web server of file upload size, usually 2 Mb, and most Wp blogs of that vintage are much bigger. That&#039;s a decent solution (I&#039;ve also manually edited the dump files, they are plain text) into smaller pieces.&lt;br&gt;&lt;br&gt;What is easier is to ftp the big file to your server, and if you have SSH (command line) access, just to do a mySQL import, e.g.&lt;br&gt;&lt;br&gt;mysql u=username -p databasename &lt; mybigfatdump.sql&lt;br&gt;&lt;br&gt;see &lt;a href=&quot;http://www.ehow.com/how_2036644_import-sql-database.html&quot; rel=&quot;nofollow&quot;&gt;http://www.ehow.com/how_2036644_import-sql-data...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>That&#39;s usually a limit on the web server of file upload size, usually 2 Mb, and most Wp blogs of that vintage are much bigger. That&#39;s a decent solution (I&#39;ve also manually edited the dump files, they are plain text) into smaller pieces.</p>
<p>What is easier is to ftp the big file to your server, and if you have SSH (command line) access, just to do a mySQL import, e.g.</p>
<p>mysql u=username -p databasename &lt; mybigfatdump.sql</p>
<p>see <a href="http://www.ehow.com/how_2036644_import-sql-database.html" rel="nofollow"></a><a href="http://www.ehow.com/how_2036644_import-sql-data.." rel="nofollow">http://www.ehow.com/how_2036644_import-sql-data..</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
