<?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"
	>
<channel>
	<title>Comments on: Restore MySQL databases from a hard drive backup</title>
	<atom:link href="http://solutions.treypiepmeier.com/2007/05/05/restore-mysql-databases-from-a-hard-drive-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.treypiepmeier.com/2007/05/05/restore-mysql-databases-from-a-hard-drive-backup/</link>
	<description>So I don't have to figure things out more than once.</description>
	<pubDate>Tue, 30 Sep 2008 23:44:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2007/05/05/restore-mysql-databases-from-a-hard-drive-backup/#comment-5096</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Mon, 13 Aug 2007 11:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2007/05/05/restore-mysql-databases-from-a-hard-drive-backup/#comment-5096</guid>
		<description>&lt;p&gt;The reason I needed to do this was that I was recovering from a hard drive crash.  I would normally use dumps.  I haven't noticed anything awry after doing this, but I know it's a bad idea.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The reason I needed to do this was that I was recovering from a hard drive crash.  I would normally use dumps.  I haven&#8217;t noticed anything awry after doing this, but I know it&#8217;s a bad idea.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Maddox</title>
		<link>http://solutions.treypiepmeier.com/2007/05/05/restore-mysql-databases-from-a-hard-drive-backup/#comment-5088</link>
		<dc:creator>Jon Maddox</dc:creator>
		<pubDate>Mon, 13 Aug 2007 06:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2007/05/05/restore-mysql-databases-from-a-hard-drive-backup/#comment-5088</guid>
		<description>&lt;p&gt;Always use dumps, if you're using InnoDB tables you'll be in a world of hurt if you try to back up this way. And I only know this from experience, heh.&lt;/p&gt;

&lt;p&gt;MyISAM might be able to back up this way but InnoDB uses a keyed table of some sort that somehow is married to your machine/install or SOMETHING. I'm no expert, i just know i was screwed by backing up this way.&lt;/p&gt;

&lt;p&gt;For the record, Rails migrations will create InnoDB tables by default. And if you need DB transactions, InnoDB is your only choice. MyISAM tables do not support transactions.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Always use dumps, if you&#8217;re using InnoDB tables you&#8217;ll be in a world of hurt if you try to back up this way. And I only know this from experience, heh.</p>

<p>MyISAM might be able to back up this way but InnoDB uses a keyed table of some sort that somehow is married to your machine/install or SOMETHING. I&#8217;m no expert, i just know i was screwed by backing up this way.</p>

<p>For the record, Rails migrations will create InnoDB tables by default. And if you need DB transactions, InnoDB is your only choice. MyISAM tables do not support transactions.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: JTJ</title>
		<link>http://solutions.treypiepmeier.com/2007/05/05/restore-mysql-databases-from-a-hard-drive-backup/#comment-2793</link>
		<dc:creator>JTJ</dc:creator>
		<pubDate>Sun, 06 May 2007 05:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2007/05/05/restore-mysql-databases-from-a-hard-drive-backup/#comment-2793</guid>
		<description>&lt;p&gt;I've read that if you make backup copies of your MySQL data files while the MySQL server is running, there will be errors in your backup copies. Use dumps when possible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve read that if you make backup copies of your MySQL data files while the MySQL server is running, there will be errors in your backup copies. Use dumps when possible.</p>]]></content:encoded>
	</item>
</channel>
</rss>
