<?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: Friday challenge: ibd recovery</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Shlomi Noach</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/comment-page-1/#comment-599974</link>
		<dc:creator>Shlomi Noach</dc:creator>
		<pubDate>Mon, 29 Jun 2009 11:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=688#comment-599974</guid>
		<description>Answer; SEO friendly URL:

&lt;a href=&quot;http://www.percona.tv/mysql/answering-vadims-ibd-recovery-challenge&quot; rel=&quot;nofollow&quot;&gt;http://www.percona.tv/mysql/answering-vadims-ibd-recovery-challenge&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Answer; SEO friendly URL:</p>
<p><a href="http://www.percona.tv/mysql/answering-vadims-ibd-recovery-challenge" rel="nofollow">http://www.percona.tv/mysql/answering-vadims-ibd-recovery-challenge</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/comment-page-1/#comment-563426</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Tue, 19 May 2009 03:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=688#comment-563426</guid>
		<description>Answer is posted here
http://www.percona.tv/?p=13</description>
		<content:encoded><![CDATA[<p>Answer is posted here<br />
<a href="http://www.percona.tv/?p=13" rel="nofollow">http://www.percona.tv/?p=13</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/comment-page-1/#comment-563064</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Mon, 18 May 2009 09:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=688#comment-563064</guid>
		<description>Hi,
I unfortunately tried to get data ... Could you publish the solution ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I unfortunately tried to get data &#8230; Could you publish the solution ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/comment-page-1/#comment-562406</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Sat, 16 May 2009 22:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=688#comment-562406</guid>
		<description>Gavin,

Congratulation! :)

The scenario if fully valid (if exclude transformation, that does not happen so often). May be not all steps you made, but that or another part is used for for real data recovery.</description>
		<content:encoded><![CDATA[<p>Gavin,</p>
<p>Congratulation! <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The scenario if fully valid (if exclude transformation, that does not happen so often). May be not all steps you made, but that or another part is used for for real data recovery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Towey</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/comment-page-1/#comment-562238</link>
		<dc:creator>Gavin Towey</dc:creator>
		<pubDate>Sat, 16 May 2009 17:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=688#comment-562238</guid>
		<description>Success!

Well, I finally figured out what the tricksy obfusication.  Thankfully I don&#039;t think any real databases would apply transformations like that without them being known when you&#039;re trying to recover data.

I&#039;m curious if this scenario is based on an actual client experience.

Thanks to Vadim for putting this together and offering the incentive.  I knew *about* innodb recovery techiniqes before, but thankfully have never had to use them.  This was an excellent practice exercise, and I highly recommend everyone try to solve it since it will require you to learn a few tricks and skills that will really come in handy if you ever *have* to do it.  I thought I knew innodb pretty well before, but I found that there is always much more to learn.</description>
		<content:encoded><![CDATA[<p>Success!</p>
<p>Well, I finally figured out what the tricksy obfusication.  Thankfully I don&#8217;t think any real databases would apply transformations like that without them being known when you&#8217;re trying to recover data.</p>
<p>I&#8217;m curious if this scenario is based on an actual client experience.</p>
<p>Thanks to Vadim for putting this together and offering the incentive.  I knew *about* innodb recovery techiniqes before, but thankfully have never had to use them.  This was an excellent practice exercise, and I highly recommend everyone try to solve it since it will require you to learn a few tricks and skills that will really come in handy if you ever *have* to do it.  I thought I knew innodb pretty well before, but I found that there is always much more to learn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Towey</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/comment-page-1/#comment-561759</link>
		<dc:creator>Gavin Towey</dc:creator>
		<pubDate>Fri, 15 May 2009 19:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=688#comment-561759</guid>
		<description>Yar, have the data, but now I need to figure out what transformation you applied to it =)  Fun contest!</description>
		<content:encoded><![CDATA[<p>Yar, have the data, but now I need to figure out what transformation you applied to it =)  Fun contest!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/comment-page-1/#comment-561748</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Fri, 15 May 2009 15:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=688#comment-561748</guid>
		<description>fixed</description>
		<content:encoded><![CDATA[<p>fixed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravenheart</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/15/friday-challange-ibd-recovery/comment-page-1/#comment-561747</link>
		<dc:creator>Ravenheart</dc:creator>
		<pubDate>Fri, 15 May 2009 14:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=688#comment-561747</guid>
		<description>Forbidden

You don&#039;t have permission to access /files/contest/tryme.ibd on this server.</description>
		<content:encoded><![CDATA[<p>Forbidden</p>
<p>You don&#8217;t have permission to access /files/contest/tryme.ibd on this server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

