<?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>Комментарии к записи: Восстановление данных InnoDB в MySQL</title>
	<atom:link href="http://epsyl.ru/web/innodb-mysql-data-recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://epsyl.ru/web/innodb-mysql-data-recovery/</link>
	<description>Обьясняю в нескольких словах, о чём этот блог.</description>
	<lastBuildDate>Sat, 28 Aug 2010 14:12:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Автор: Александр</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-11226</link>
		<dc:creator>Александр</dc:creator>
		<pubDate>Fri, 16 Jul 2010 12:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-11226</guid>
		<description>Удалось запустить со следующими параметрами
&lt;code&gt;--innodb_log_file_size=10485760 --innodb_force_recovery=6&lt;/code&gt;
Вот лог
&lt;code&gt;100716 20:00:28 [Note] Plugin &#039;FEDERATED&#039; is disabled.
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use Windows interlocked functions
100716 20:00:28  InnoDB: highest supported file format is Barracuda.
InnoDB: The user has set SRV_FORCE_NO_LOG_REDO on
InnoDB: Skipping log redo
100716 20:00:28 InnoDB Plugin 1.0.5 started; log sequence number 0
InnoDB: !!! innodb_force_recovery is set to 6 !!!
100716 20:00:28 [Note] Event Scheduler: Loaded 0 events
100716 20:00:28 [Note] mysqld: ready for connections.
Version: &#039;5.5.0-m2-community&#039;  socket: &#039;&#039;  port: 3306  MySQL Community Server (GPL)&lt;/code&gt;

Но при запуске mysqldump появляется та же ошибка mysqldump: Got error: 1049: Unknown database ‘orum_db’ when selecting the database</description>
		<content:encoded><![CDATA[<p>Удалось запустить со следующими параметрами</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">--innodb_log_file_size=10485760 --innodb_force_recovery=6</div></td></tr></tbody></table></div>
<p>Вот лог</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">100716 20:00:28 [Note] Plugin 'FEDERATED' is disabled.<br />
InnoDB: The InnoDB memory heap is disabled<br />
InnoDB: Mutexes and rw_locks use Windows interlocked functions<br />
100716 20:00:28 &nbsp;InnoDB: highest supported file format is Barracuda.<br />
InnoDB: The user has set SRV_FORCE_NO_LOG_REDO on<br />
InnoDB: Skipping log redo<br />
100716 20:00:28 InnoDB Plugin 1.0.5 started; log sequence number 0<br />
InnoDB: !!! innodb_force_recovery is set to 6 !!!<br />
100716 20:00:28 [Note] Event Scheduler: Loaded 0 events<br />
100716 20:00:28 [Note] mysqld: ready for connections.<br />
Version: '5.5.0-m2-community' &nbsp;socket: '' &nbsp;port: 3306 &nbsp;MySQL Community Server (GPL)</div></td></tr></tbody></table></div>
<p>Но при запуске mysqldump появляется та же ошибка mysqldump: Got error: 1049: Unknown database ‘orum_db’ when selecting the database</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Александр</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-11224</link>
		<dc:creator>Александр</dc:creator>
		<pubDate>Fri, 16 Jul 2010 10:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-11224</guid>
		<description>вот лог InnoDB
&lt;code&gt;100716 18:27:32  InnoDB: Error: page 12 log sequence number 16290951
InnoDB: is in the future! Current system log sequence number 8264.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html
InnoDB: for more information.
100716 18:27:32  InnoDB: Error: page 47 log sequence number 16272350
InnoDB: is in the future! Current system log sequence number 8264.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html
InnoDB: for more information.
100716 18:27:32  InnoDB: Error: page 48 log sequence number 16272355
InnoDB: is in the future! Current system log sequence number 8264.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html
InnoDB: for more information.
100716 18:27:32 InnoDB Plugin 1.0.5 started; log sequence number 8254
InnoDB: !!! innodb_force_recovery is set to 1 !!!
100716 18:27:32 [Note] Event Scheduler: Loaded 0 events
100716 18:27:32 [Note] mysqld: ready for connections.
Version: &#039;5.5.0-m2-community&#039;  socket: &#039;&#039;  port: 3306  MySQL Community Server (GPL)
100716 18:27:33  InnoDB: Error: page 9 log sequence number 16292588
InnoDB: is in the future! Current system log sequence number 8264.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html
InnoDB: for more information.&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>вот лог InnoDB</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">100716 18:27:32 &nbsp;InnoDB: Error: page 12 log sequence number 16290951<br />
InnoDB: is in the future! Current system log sequence number 8264.<br />
InnoDB: Your database may be corrupt or you may have copied the InnoDB<br />
InnoDB: tablespace but not the InnoDB log files. See<br />
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html<br />
InnoDB: for more information.<br />
100716 18:27:32 &nbsp;InnoDB: Error: page 47 log sequence number 16272350<br />
InnoDB: is in the future! Current system log sequence number 8264.<br />
InnoDB: Your database may be corrupt or you may have copied the InnoDB<br />
InnoDB: tablespace but not the InnoDB log files. See<br />
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html<br />
InnoDB: for more information.<br />
100716 18:27:32 &nbsp;InnoDB: Error: page 48 log sequence number 16272355<br />
InnoDB: is in the future! Current system log sequence number 8264.<br />
InnoDB: Your database may be corrupt or you may have copied the InnoDB<br />
InnoDB: tablespace but not the InnoDB log files. See<br />
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html<br />
InnoDB: for more information.<br />
100716 18:27:32 InnoDB Plugin 1.0.5 started; log sequence number 8254<br />
InnoDB: !!! innodb_force_recovery is set to 1 !!!<br />
100716 18:27:32 [Note] Event Scheduler: Loaded 0 events<br />
100716 18:27:32 [Note] mysqld: ready for connections.<br />
Version: '5.5.0-m2-community' &nbsp;socket: '' &nbsp;port: 3306 &nbsp;MySQL Community Server (GPL)<br />
100716 18:27:33 &nbsp;InnoDB: Error: page 9 log sequence number 16292588<br />
InnoDB: is in the future! Current system log sequence number 8264.<br />
InnoDB: Your database may be corrupt or you may have copied the InnoDB<br />
InnoDB: tablespace but not the InnoDB log files. See<br />
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/forcing-recovery.html<br />
InnoDB: for more information.</div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Александр</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-11218</link>
		<dc:creator>Александр</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-11218</guid>
		<description>Посмотрел логи вот что получается после запуска в параметрами восстановления mysqld, Version: 5.5.0-m2-community-log (MySQL Community Server (GPL)). started with:TCP Port: 3306, Named Pipe: (null) Time                 Id Command    Argument</description>
		<content:encoded><![CDATA[<p>Посмотрел логи вот что получается после запуска в параметрами восстановления mysqld, Version: 5.5.0-m2-community-log (MySQL Community Server (GPL)). started with:TCP Port: 3306, Named Pipe: (null) Time                 Id Command    Argument</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Александр</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-11217</link>
		<dc:creator>Александр</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-11217</guid>
		<description>Этот как я понял на *nix системы. Подойдет ли это если у меня windows?</description>
		<content:encoded><![CDATA[<p>Этот как я понял на *nix системы. Подойдет ли это если у меня windows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: phpdude</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-11216</link>
		<dc:creator>phpdude</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-11216</guid>
		<description>неа, поэтому и прошу отписаться :)))

он же удалил структуру базы, а не данные насоклько я понимаю, возможно данные еще живы, но вероятно что и нет</description>
		<content:encoded><![CDATA[<p>неа, поэтому и прошу отписаться :)))</p>
<p>он же удалил структуру базы, а не данные насоклько я понимаю, возможно данные еще живы, но вероятно что и нет</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: epsyl</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-11215</link>
		<dc:creator>epsyl</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-11215</guid>
		<description>ты сам пробовал?</description>
		<content:encoded><![CDATA[<p>ты сам пробовал?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: epsyl</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-11214</link>
		<dc:creator>epsyl</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-11214</guid>
		<description>&lt;blockquote&gt;If you get a message looking like this, you got corrupted Innodb log files:
&lt;code&gt;Got error: 1146: Table &#039;database.table&#039; doesn&#039;t exist when using LOCK TABLES&lt;/code&gt;
What you can do to resolve this problem with keeping the ib_logfile0 file from you most current backup while you restore all the other files from a older backup. This isn&#039;t a fail-proof solution, but worth a try.
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>If you get a message looking like this, you got corrupted Innodb log files:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Got error: 1146: Table 'database.table' doesn't exist when using LOCK TABLES</div></td></tr></tbody></table></div>
<p>What you can do to resolve this problem with keeping the ib_logfile0 file from you most current backup while you restore all the other files from a older backup. This isn&#8217;t a fail-proof solution, but worth a try.
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: phpdude</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-11213</link>
		<dc:creator>phpdude</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-11213</guid>
		<description>попробуй поюзать http://code.google.com/p/innodb-tools/

если получится, отпишись :)</description>
		<content:encoded><![CDATA[<p>попробуй поюзать <a href="http://code.google.com/p/innodb-tools/" rel="nofollow">http://code.google.com/p/innodb-tools/</a></p>
<p>если получится, отпишись :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Александр</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-11212</link>
		<dc:creator>Александр</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-11212</guid>
		<description>У меня подобная проблема. Но отличие в том что я базу удалил сам, руками через Navicat. Возможно ли как то восстановить. Файлы ibdata1, ib_logfile0, ib_logfile1, все есть. Пробовал вышеуказанный способ, запускаю мускул с параметрами mysqld --innodb_log_file_size=10485760 --innodb_force_recovery=10 все гладко. Потом запускаю mysqldump -uroot -pMY_PASS forum_db &gt; db.sql выдает такую ощибку mysqldump: Got error: 1049: Unknown database &#039;orum_db&#039; when selecting the database</description>
		<content:encoded><![CDATA[<p>У меня подобная проблема. Но отличие в том что я базу удалил сам, руками через Navicat. Возможно ли как то восстановить. Файлы ibdata1, ib_logfile0, ib_logfile1, все есть. Пробовал вышеуказанный способ, запускаю мускул с параметрами mysqld &#8211;innodb_log_file_size=10485760 &#8211;innodb_force_recovery=10 все гладко. Потом запускаю mysqldump -uroot -pMY_PASS forum_db &gt; db.sql выдает такую ощибку mysqldump: Got error: 1049: Unknown database &#8216;orum_db&#8217; when selecting the database</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: phpdude</title>
		<link>http://epsyl.ru/web/innodb-mysql-data-recovery/comment-page-1/#comment-8829</link>
		<dc:creator>phpdude</dc:creator>
		<pubDate>Sat, 22 May 2010 03:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://epsyl.ru/?p=517#comment-8829</guid>
		<description>да не обращай внимания на идиотов, выебнуться то надо, тупорогая школота</description>
		<content:encoded><![CDATA[<p>да не обращай внимания на идиотов, выебнуться то надо, тупорогая школота</p>
]]></content:encoded>
	</item>
</channel>
</rss>
