<?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>Fri, 25 May 2012 09:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<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-6160</link>
		<dc:creator>Doug Belshaw</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://dougbelshaw.com/blog/?p=3335#comment-6160</guid>
		<description>Thanks Alan - a handy tip! &#058;&#045;&#041;</description>
		<content:encoded><![CDATA[<p>Thanks Alan &#8211; a handy tip! &#058;&#045;&#041;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Levine</title>
		<link>http://dougbelshaw.com/blog/2009/10/20/how-to-restore-a-very-large-mysql-file-without-errors/comment-page-1/#comment-6155</link>
		<dc:creator>Alan Levine</dc:creator>
		<pubDate>Wed, 21 Oct 2009 11:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://dougbelshaw.com/blog/?p=3335#comment-6155</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.

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.

mysql u=username -p databasename &lt; mybigfatdump.sql

see http://www.ehow.com/how_2036644_import-sql-database.html</description>
		<content:encoded><![CDATA[<p>That&#8217;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&#8217;s a decent solution (I&#8217;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">http://www.ehow.com/how_2036644_import-sql-database.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

