<?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: Recovering CREATE TABLE statement from .frm file</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/12/17/recovering-create-table-statement-from-frm-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/12/17/recovering-create-table-statement-from-frm-file/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 07 Nov 2009 18:35:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: john</title>
		<link>http://www.mysqlperformanceblog.com/2008/12/17/recovering-create-table-statement-from-frm-file/comment-page-1/#comment-619624</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 29 Jul 2009 02:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=565#comment-619624</guid>
		<description>I have MySQL 5.0.27 server. I had similar error and tried your method but get error that table already exists.

mysql&gt; show create table wp_63_posts;
ERROR 1146 (42S02): Table &#039;comwordpress.wp_63_posts&#039; doesn&#039;t exist
mysql&gt; create table wp_63_posts(i int) engine=innodb;
ERROR 1050 (42S01): Table &#039;wp_63_posts&#039; already exists

So &#039;show create table&#039; says table doesn&#039;t exist. But &#039;create table&#039; says it already exists. 
I&#039;m confused ???</description>
		<content:encoded><![CDATA[<p>I have MySQL 5.0.27 server. I had similar error and tried your method but get error that table already exists.</p>
<p>mysql&gt; show create table wp_63_posts;<br />
ERROR 1146 (42S02): Table &#8216;comwordpress.wp_63_posts&#8217; doesn&#8217;t exist<br />
mysql&gt; create table wp_63_posts(i int) engine=innodb;<br />
ERROR 1050 (42S01): Table &#8216;wp_63_posts&#8217; already exists</p>
<p>So &#8217;show create table&#8217; says table doesn&#8217;t exist. But &#8216;create table&#8217; says it already exists.<br />
I&#8217;m confused ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.mysqlperformanceblog.com/2008/12/17/recovering-create-table-statement-from-frm-file/comment-page-1/#comment-495931</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 04 Mar 2009 05:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=565#comment-495931</guid>
		<description>Peter,
I&#039;ve got a MySQL 5.0.75 server with a couple of orphaned InnoDB .frm files. I tried using the process you described above, but the &quot;show create table&quot; gives a &quot;Lost connection to MySQL...&quot; and subsequently reboots MySQL!
Is this something that only works on 5.1+?
Thank you!</description>
		<content:encoded><![CDATA[<p>Peter,<br />
I&#8217;ve got a MySQL 5.0.75 server with a couple of orphaned InnoDB .frm files. I tried using the process you described above, but the &#8220;show create table&#8221; gives a &#8220;Lost connection to MySQL&#8230;&#8221; and subsequently reboots MySQL!<br />
Is this something that only works on 5.1+?<br />
Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
