<?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: Restoring MySQL InnoDB Files on Windows</title>
	<atom:link href="http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html</link>
	<description>Dustin Davis reviews... the internet.</description>
	<lastBuildDate>Fri, 05 Mar 2010 21:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tofudisan</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-5888</link>
		<dc:creator>Tofudisan</dc:creator>
		<pubDate>Mon, 28 Sep 2009 19:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-5888</guid>
		<description>WOOT!

Our situation was a little different.  One of our developers ran a mass update on customer data to merge records deemed to be identical.  Much later we found out that the sales people were entering housing developments under the same name and only differentiating with a lot distinction in the notes.  Suddenly all the housing developments were trimmed down to one record each.  This caused a big problem when trying to find notes and plans on a specific house in the development.  To make matters worse we didn&#039;t have a way to go back as the problem was discovered literally months later.

We did, however, have a copy of the data files from before the merge took place.  So I built a new MySQL install on another server, created a new INNODB schema and table to find where the files were written to, stopped the service, copied the files over as you outlined above, and then edited the my.ini file in the MySQL\bin directory.  Note that I don&#039;t use XAMPP so I don&#039;t have a my.cnf file but rather the my.ini file.  Very important!

Et voila!  Suddenly I have what appears to be a copy of the data that I can now create a script to compare the old and current to find any missing records from the errant merge.

Phew!  Thanks for &quot;giving back&quot;</description>
		<content:encoded><![CDATA[<p>WOOT!</p>
<p>Our situation was a little different.  One of our developers ran a mass update on customer data to merge records deemed to be identical.  Much later we found out that the sales people were entering housing developments under the same name and only differentiating with a lot distinction in the notes.  Suddenly all the housing developments were trimmed down to one record each.  This caused a big problem when trying to find notes and plans on a specific house in the development.  To make matters worse we didn&#8217;t have a way to go back as the problem was discovered literally months later.</p>
<p>We did, however, have a copy of the data files from before the merge took place.  So I built a new MySQL install on another server, created a new INNODB schema and table to find where the files were written to, stopped the service, copied the files over as you outlined above, and then edited the my.ini file in the MySQL\bin directory.  Note that I don&#8217;t use XAMPP so I don&#8217;t have a my.cnf file but rather the my.ini file.  Very important!</p>
<p>Et voila!  Suddenly I have what appears to be a copy of the data that I can now create a script to compare the old and current to find any missing records from the errant merge.</p>
<p>Phew!  Thanks for &#8220;giving back&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry Price</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-5866</link>
		<dc:creator>Gerry Price</dc:creator>
		<pubDate>Fri, 25 Sep 2009 15:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-5866</guid>
		<description>Man... you saved my behind.  We had a RAID controller crash DURING a nightly backup on our web/email server.  I brought the server to a &#039;professional&#039; company that does data restoration and they said it would take over a week and cost thousands to recover the drive.  No way could we afford that so I retrieved the server, found an online application that allowed me to recover my files in a couple hours (the scan took half of that).

But I could NOT get the MySql database that had all our website articles back.  I worked on it for three days until I found this article.  2hrs later the site was 100% restored.  Thank you.  Thank you SO much.</description>
		<content:encoded><![CDATA[<p>Man&#8230; you saved my behind.  We had a RAID controller crash DURING a nightly backup on our web/email server.  I brought the server to a &#8216;professional&#8217; company that does data restoration and they said it would take over a week and cost thousands to recover the drive.  No way could we afford that so I retrieved the server, found an online application that allowed me to recover my files in a couple hours (the scan took half of that).</p>
<p>But I could NOT get the MySql database that had all our website articles back.  I worked on it for three days until I found this article.  2hrs later the site was 100% restored.  Thank you.  Thank you SO much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tayson</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-5861</link>
		<dc:creator>Tayson</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-5861</guid>
		<description>I´m using a program at my work that generates an ibdata1 file, but there is no ib_log*** and no *.frm files.
I need to get the data inside it. 
Should I follow the same steps?

Thank you.</description>
		<content:encoded><![CDATA[<p>I´m using a program at my work that generates an ibdata1 file, but there is no ib_log*** and no *.frm files.<br />
I need to get the data inside it.<br />
Should I follow the same steps?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Kidson</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-5797</link>
		<dc:creator>Kevin Kidson</dc:creator>
		<pubDate>Mon, 14 Sep 2009 14:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-5797</guid>
		<description>You REALLY saved my bacon with this post.
MANY MANY THANKS</description>
		<content:encoded><![CDATA[<p>You REALLY saved my bacon with this post.<br />
MANY MANY THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-5705</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-5705</guid>
		<description>Great stuff it worked for me too, saved hours of work...</description>
		<content:encoded><![CDATA[<p>Great stuff it worked for me too, saved hours of work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-5577</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 10 Aug 2009 20:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-5577</guid>
		<description>Yay! This helped me a lot too. I also had to make sure my.ini (not using Xampp) had all the settings match the old server my.ini file. When they did not I kept getting 1067 errors when starting the MySQL service.

Thanks for a great resource!
Andrew</description>
		<content:encoded><![CDATA[<p>Yay! This helped me a lot too. I also had to make sure my.ini (not using Xampp) had all the settings match the old server my.ini file. When they did not I kept getting 1067 errors when starting the MySQL service.</p>
<p>Thanks for a great resource!<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-5465</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-5465</guid>
		<description>After 2 days trying to reconnect my databases, your post was the response to my prays.
Thank you very much!!!</description>
		<content:encoded><![CDATA[<p>After 2 days trying to reconnect my databases, your post was the response to my prays.<br />
Thank you very much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davide</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-5223</link>
		<dc:creator>davide</dc:creator>
		<pubDate>Fri, 19 Jun 2009 10:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-5223</guid>
		<description>You&#039;re my new best friend</description>
		<content:encoded><![CDATA[<p>You&#8217;re my new best friend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-4821</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Sun, 12 Apr 2009 13:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-4821</guid>
		<description>lz are totally awesome~~~</description>
		<content:encoded><![CDATA[<p>lz are totally awesome~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaihua Cai</title>
		<link>http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html/comment-page-1#comment-4695</link>
		<dc:creator>Kaihua Cai</dc:creator>
		<pubDate>Thu, 19 Mar 2009 19:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/restoring-mysql-innodb-files-on-windows.html#comment-4695</guid>
		<description>This is fantastic and is exactly what I need.  Thank you very much and what you give back is huge for me.</description>
		<content:encoded><![CDATA[<p>This is fantastic and is exactly what I need.  Thank you very much and what you give back is huge for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
