<?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: Easy Fix: Mysql InnoDB: Database was not shut down normally</title>
	<atom:link href="http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/</link>
	<description>Django is for the Aware</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:51:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: john wayne autobiography</title>
		<link>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/comment-page-1/#comment-4942</link>
		<dc:creator>john wayne autobiography</dc:creator>
		<pubDate>Tue, 24 Nov 2009 09:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=32#comment-4942</guid>
		<description>I posted your article to my myspace profile.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Milli&lt;br&gt;______________________________________________</description>
		<content:encoded><![CDATA[<p>I posted your article to my myspace profile.</p>
<p>Thanks<br />Milli<br />______________________________________________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AYY88</title>
		<link>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/comment-page-1/#comment-4848</link>
		<dc:creator>AYY88</dc:creator>
		<pubDate>Fri, 09 Oct 2009 13:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=32#comment-4848</guid>
		<description>Enjoy shopping at our online kicks outlet and keep up with upcoming fusion &lt;a href=&quot;http://www.jordand1.com&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;jordan shoes&lt;/strong&gt;&lt;/a&gt;!We are commited to provide most up-to date sneakers at sale price.</description>
		<content:encoded><![CDATA[<p>Enjoy shopping at our online kicks outlet and keep up with upcoming fusion <a href="http://www.jordand1.com" rel="nofollow"><strong>jordan shoes</strong></a>!We are commited to provide most up-to date sneakers at sale price.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karan123</title>
		<link>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/comment-page-1/#comment-4792</link>
		<dc:creator>karan123</dc:creator>
		<pubDate>Sat, 05 Sep 2009 01:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=32#comment-4792</guid>
		<description>Hi &lt;br&gt;&lt;br&gt;My application is using a MySqL InnoDB engine via mysqlclient lib. i want to know could in any scenerio mySQL allow me to connect but my queries fail because of any reason. Could it be that the tables are bening rebuilded while my appl queries and can they fail&lt;br&gt;&lt;br&gt;TIA&lt;br&gt;Karan</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>My application is using a MySqL InnoDB engine via mysqlclient lib. i want to know could in any scenerio mySQL allow me to connect but my queries fail because of any reason. Could it be that the tables are bening rebuilded while my appl queries and can they fail</p>
<p>TIA<br />Karan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miami Carpet Cleaning</title>
		<link>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/comment-page-1/#comment-4725</link>
		<dc:creator>Miami Carpet Cleaning</dc:creator>
		<pubDate>Thu, 18 Jun 2009 04:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=32#comment-4725</guid>
		<description>I try a lot of things and all the solution to this problem.. And results??? none of them work.. Maybe this post can help... By the way.. thank you for this.. Maybe it can help me..</description>
		<content:encoded><![CDATA[<p>I try a lot of things and all the solution to this problem.. And results??? none of them work.. Maybe this post can help&#8230; By the way.. thank you for this.. Maybe it can help me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/comment-page-1/#comment-3052</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 05 Feb 2008 14:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=32#comment-3052</guid>
		<description>As it turns out I had to re-do my entire DB.  THe problem came back a few days later.  I think this was being caused by some mis-matched keys.  I did a manual delete of a few records a few days prior to this appearing.  That as it turns out may have been the culprit.  

I ended up destroying the DB, having Django admin regenerate it, and then re-populating the entire DB using a few batch jobs.  I was lucky enough that all my data was batch generated.  I lost 3 or 4 user accounts but no one will notice, sigh.  So far so good.</description>
		<content:encoded><![CDATA[<p>As it turns out I had to re-do my entire DB.  THe problem came back a few days later.  I think this was being caused by some mis-matched keys.  I did a manual delete of a few records a few days prior to this appearing.  That as it turns out may have been the culprit.  </p>
<p>I ended up destroying the DB, having Django admin regenerate it, and then re-populating the entire DB using a few batch jobs.  I was lucky enough that all my data was batch generated.  I lost 3 or 4 user accounts but no one will notice, sigh.  So far so good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.awarelabs.com/2008/easy-fix-mysql-innodb-database-was-not-shut-down-normally/comment-page-1/#comment-3051</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 02 Feb 2008 18:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=32#comment-3051</guid>
		<description>Not sure about read/write logs or lowering your queries for the malloc error.  I think mysql should actually be able to gracefully handle malloc...although the fact that you got that is weird.  is swap turned on, on your server?  Crank the queries back up, it should be happy running queries all day long - if thats what you gotta do.  The innodb can have left over junk that mysql doesn&#039;t bother cleaning up when running normally(deleted rows was all i was aware of...but this suggest there is some sort of state information as well...dunno).  the dump to file doesn&#039;t contain the left over cruft.  so when you pull it bank it is a bit cleaned up.</description>
		<content:encoded><![CDATA[<p>Not sure about read/write logs or lowering your queries for the malloc error.  I think mysql should actually be able to gracefully handle malloc&#8230;although the fact that you got that is weird.  is swap turned on, on your server?  Crank the queries back up, it should be happy running queries all day long &#8211; if thats what you gotta do.  The innodb can have left over junk that mysql doesn&#8217;t bother cleaning up when running normally(deleted rows was all i was aware of&#8230;but this suggest there is some sort of state information as well&#8230;dunno).  the dump to file doesn&#8217;t contain the left over cruft.  so when you pull it bank it is a bit cleaned up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
