<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SurlyJake &#187; engine</title>
	<atom:link href="http://www.surlyjake.com/tag/engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 15:28:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MySQL table storage engine (switching from MyIsam to InnoDB)</title>
		<link>http://www.surlyjake.com/2008/10/mysql-table-storage-engine-switching-from-myisam-to-innodb/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-table-storage-engine-switching-from-myisam-to-innodb</link>
		<comments>http://www.surlyjake.com/2008/10/mysql-table-storage-engine-switching-from-myisam-to-innodb/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 04:14:56 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Debian Etch]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[engine]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=58</guid>
		<description><![CDATA[I know I did this the hard way. there is a command that you can issue that will convert them on the fly. what I did was mysqldump the database, reinstall mysql(because of other reasons), and then edit the dump so that the line that specified the engine reads &#8220;ENGINE=INNODB&#8221; instead of &#8220;ENGINE=MyISAM&#8221;.Then I imported [...]]]></description>
			<content:encoded><![CDATA[<p>I know I did this the hard way. there is a command that you can issue that will convert them on the fly. what I did was mysqldump the database, reinstall mysql(because of other reasons), and then edit the dump so that the line that specified the <a href="http://www.surlyjake.com/tag/engine/" class="st_tag internal_tag" rel="tag" title="Posts tagged with engine">engine</a> reads &#8220;<a href="http://www.surlyjake.com/tag/engine/" class="st_tag internal_tag" rel="tag" title="Posts tagged with engine">ENGINE</a>=INNODB&#8221; instead of &#8220;<a href="http://www.surlyjake.com/tag/engine/" class="st_tag internal_tag" rel="tag" title="Posts tagged with engine">ENGINE</a>=MyISAM&#8221;.Then I imported the dump.</p>
<p>I was getting annoyed that when listing my tables in phpmyadmin,  it would show the list of tables in InnoDB (which is what i wanted), but then, when showing the summary at the bottom of the page, said &#8220;MyIsam&#8221;. I easily got rid of it by adding &#8220;default-storage-engine=InnoDB&#8221; to my &#8220;my.cnf&#8221; file.</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2008/10/mysql-table-storage-engine-switching-from-myisam-to-innodb/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2008/10/mysql-table-storage-engine-switching-from-myisam-to-innodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

