<?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: How to quickly convert mysql databases from MyISAM to InnoDB</title>
	<atom:link href="http://linuxadminzone.com/how-to-quickly-convert-mysql-databases-from-myisam-to-innodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com/how-to-quickly-convert-mysql-databases-from-myisam-to-innodb/</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Server~Techs &#187; Blog Archive &#187; Compile mysql 5.1 with innodb and optimize for heavy usage</title>
		<link>http://linuxadminzone.com/how-to-quickly-convert-mysql-databases-from-myisam-to-innodb/comment-page-1/#comment-700</link>
		<dc:creator>Server~Techs &#187; Blog Archive &#187; Compile mysql 5.1 with innodb and optimize for heavy usage</dc:creator>
		<pubDate>Wed, 18 Aug 2010 10:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=198#comment-700</guid>
		<description>[...] and MyISAM so enabled these storage engines with threads in configure command above. If you need, you can convert your existing MyISAM DB into InnoDB quickly. for more configure options you can check [...]</description>
		<content:encoded><![CDATA[<p>[...] and MyISAM so enabled these storage engines with threads in configure command above. If you need, you can convert your existing MyISAM DB into InnoDB quickly. for more configure options you can check [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagbir</title>
		<link>http://linuxadminzone.com/how-to-quickly-convert-mysql-databases-from-myisam-to-innodb/comment-page-1/#comment-502</link>
		<dc:creator>jagbir</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=198#comment-502</guid>
		<description>Shantanu, 

thanks for tip.. its very helpful :) 

Jagbir</description>
		<content:encoded><![CDATA[<p>Shantanu, </p>
<p>thanks for tip.. its very helpful <img src='http://linuxadminzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Jagbir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Oak</title>
		<link>http://linuxadminzone.com/how-to-quickly-convert-mysql-databases-from-myisam-to-innodb/comment-page-1/#comment-501</link>
		<dc:creator>Shantanu Oak</dc:creator>
		<pubDate>Mon, 12 Apr 2010 14:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=198#comment-501</guid>
		<description>If you do not want to use maatkit, here is another way...

mysqlshow test &#124; awk &#039;{print &quot;alter table &quot;, $2, &quot; type=innodb;&quot;}&#039; &#124; mysql test -f

It will read all the tables from test database and alter them to innodb.</description>
		<content:encoded><![CDATA[<p>If you do not want to use maatkit, here is another way&#8230;</p>
<p>mysqlshow test | awk &#8216;{print &#8220;alter table &#8220;, $2, &#8221; type=innodb;&#8221;}&#8217; | mysql test -f</p>
<p>It will read all the tables from test database and alter them to innodb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to quickly convert mysql databases from MyISAM to InnoDB &#8230; &#124; Source code bank</title>
		<link>http://linuxadminzone.com/how-to-quickly-convert-mysql-databases-from-myisam-to-innodb/comment-page-1/#comment-496</link>
		<dc:creator>How to quickly convert mysql databases from MyISAM to InnoDB &#8230; &#124; Source code bank</dc:creator>
		<pubDate>Sun, 11 Apr 2010 18:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=198#comment-496</guid>
		<description>[...] the rest here: How to quickly convert mysql databases from MyISAM to InnoDB &#8230;   If you enjoyed this article please consider sharing [...]</description>
		<content:encoded><![CDATA[<p>[...] the rest here: How to quickly convert mysql databases from MyISAM to InnoDB &#8230;   If you enjoyed this article please consider sharing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagbir</title>
		<link>http://linuxadminzone.com/how-to-quickly-convert-mysql-databases-from-myisam-to-innodb/comment-page-1/#comment-494</link>
		<dc:creator>jagbir</dc:creator>
		<pubDate>Sun, 11 Apr 2010 15:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=198#comment-494</guid>
		<description>thanks for pointing out, corrected :)</description>
		<content:encoded><![CDATA[<p>thanks for pointing out, corrected <img src='http://linuxadminzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

