<?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: Adding InnoDB to sqlall output</title>
	<atom:link href="http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/</link>
	<description>kungpow programming</description>
	<lastBuildDate>Fri, 28 May 2010 00:41:12 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: whiskybar</title>
		<link>http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/comment-page-1/#comment-60</link>
		<dc:creator>whiskybar</dc:creator>
		<pubDate>Wed, 26 Mar 2008 09:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/#comment-60</guid>
		<description>I didn&#039;t know them. These are useful indeed. Thank you.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know them. These are useful indeed. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattd</title>
		<link>http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/comment-page-1/#comment-59</link>
		<dc:creator>mattd</dc:creator>
		<pubDate>Tue, 25 Mar 2008 21:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/#comment-59</guid>
		<description>Quite right whiskybar, that was one of the suggestions I got when I submitted the idea to the django-developers list. Also it turns out that there is a way to set the option in django as well. I think it may be fairly new as I haven&#039;t seen any docs about it.  (scratch that look here for docs on the setting http://www.djangoproject.com/documentation/databases/)

Like so:
DATABASE_OPTIONS = {&quot;init_command&quot;: &quot;SET storage_engine=INNODB&quot; } 

here is a link to the thread.
http://groups.google.com/group/django-developers/browse_thread/thread/92e0e961cfa9bcac</description>
		<content:encoded><![CDATA[<p>Quite right whiskybar, that was one of the suggestions I got when I submitted the idea to the django-developers list. Also it turns out that there is a way to set the option in django as well. I think it may be fairly new as I haven&#8217;t seen any docs about it.  (scratch that look here for docs on the setting <a href="http://www.djangoproject.com/documentation/databases/)" rel="nofollow">http://www.djangoproject.com/documentation/databases/)</a></p>
<p>Like so:<br />
DATABASE_OPTIONS = {&#8220;init_command&#8221;: &#8220;SET storage_engine=INNODB&#8221; } </p>
<p>here is a link to the thread.<br />
<a href="http://groups.google.com/group/django-developers/browse_thread/thread/92e0e961cfa9bcac" rel="nofollow">http://groups.google.com/group/django-developers/browse_thread/thread/92e0e961cfa9bcac</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whiskybar</title>
		<link>http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/comment-page-1/#comment-58</link>
		<dc:creator>whiskybar</dc:creator>
		<pubDate>Tue, 25 Mar 2008 17:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/#comment-58</guid>
		<description>You can make InnoDB your default storage engine if you&#039;re lucky enough to have access to the MySQL configuration.

/etc/mysql/my.cnf:
...
[mysqld]
...
default-storage-engine=innodb

Then, you don&#039;t need to specify ENGINE= each time you create table. Some may not be lucky though.</description>
		<content:encoded><![CDATA[<p>You can make InnoDB your default storage engine if you&#8217;re lucky enough to have access to the MySQL configuration.</p>
<p>/etc/mysql/my.cnf:<br />
&#8230;<br />
[mysqld]<br />
&#8230;<br />
default-storage-engine=innodb</p>
<p>Then, you don&#8217;t need to specify ENGINE= each time you create table. Some may not be lucky though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lee</title>
		<link>http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/comment-page-1/#comment-57</link>
		<dc:creator>lee</dc:creator>
		<pubDate>Mon, 24 Mar 2008 05:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ninjacipher.com/2008/03/23/adding-innodb-to-sqlall-output/#comment-57</guid>
		<description>nice guide. thanks.

this should be patched into SVN i think.</description>
		<content:encoded><![CDATA[<p>nice guide. thanks.</p>
<p>this should be patched into SVN i think.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
