<?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: Convert MyISAM tables to InnoDB</title>
	<atom:link href="http://rackerhacker.com/2007/10/03/convert-myisam-tables-to-innodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2007/10/03/convert-myisam-tables-to-innodb/</link>
	<description>Words of wisdom from a server administrator</description>
	<pubDate>Mon, 01 Dec 2008 23:56:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: thornibr</title>
		<link>http://rackerhacker.com/2007/10/03/convert-myisam-tables-to-innodb/#comment-117</link>
		<dc:creator>thornibr</dc:creator>
		<pubDate>Mon, 19 Nov 2007 15:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/10/03/convert-myisam-tables-to-innodb/#comment-117</guid>
		<description>MySIAM data files are stored arbitrary - its only the ibdata files that are stored sorted to the primary key. So this is pointless to do when converting from innodb to MyIASM.</description>
		<content:encoded><![CDATA[<p>MySIAM data files are stored arbitrary - its only the ibdata files that are stored sorted to the primary key. So this is pointless to do when converting from innodb to MyIASM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lokimona</title>
		<link>http://rackerhacker.com/2007/10/03/convert-myisam-tables-to-innodb/#comment-79</link>
		<dc:creator>lokimona</dc:creator>
		<pubDate>Thu, 25 Oct 2007 02:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/10/03/convert-myisam-tables-to-innodb/#comment-79</guid>
		<description>will the same trick for me  to convert  innodb to Myisam just by changing the ENGINE = INNODB to ENGINE = MYISAM .Do i have to make changes</description>
		<content:encoded><![CDATA[<p>will the same trick for me  to convert  innodb to Myisam just by changing the ENGINE = INNODB to ENGINE = MYISAM .Do i have to make changes</p>
]]></content:encoded>
	</item>
</channel>
</rss>
