<?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: mod_auth_mysql Patch</title>
	<atom:link href="http://mike.crute.org/blog/2007/02/26/mod_auth_mysql-patch/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.crute.org/blog/2007/02/26/mod_auth_mysql-patch/</link>
	<description>import random; return random.shuffle(mike_crute.thoughts)</description>
	<pubDate>Tue, 07 Oct 2008 00:50:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: cruteme</title>
		<link>http://mike.crute.org/blog/2007/02/26/mod_auth_mysql-patch/#comment-24692</link>
		<dc:creator>cruteme</dc:creator>
		<pubDate>Thu, 11 Oct 2007 20:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://mike.crute.org/blog/2007/02/26/mod_auth_mysql-patch/#comment-24692</guid>
		<description>Jerry: your absolutely right, my database is not normalized which is actually desirable in this particular circumstance. A normalized database makes it harder to maintain by hand and for my needs simplicity is paramount. When I need to scale it out I'll probably abandon the patch and go for a fully normalized database structure.</description>
		<content:encoded><![CDATA[<p>Jerry: your absolutely right, my database is not normalized which is actually desirable in this particular circumstance. A normalized database makes it harder to maintain by hand and for my needs simplicity is paramount. When I need to scale it out I&#8217;ll probably abandon the patch and go for a fully normalized database structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerry</title>
		<link>http://mike.crute.org/blog/2007/02/26/mod_auth_mysql-patch/#comment-24585</link>
		<dc:creator>jerry</dc:creator>
		<pubDate>Thu, 11 Oct 2007 13:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://mike.crute.org/blog/2007/02/26/mod_auth_mysql-patch/#comment-24585</guid>
		<description>The way mod_auth_mysql works is correct.

Your database design is defective.  Google for "database normalization".  You will find that your design fails 1st normal form, which requires that the values in each column of a table are atomic.

mod_auth_mysql works fine with properly normalized databases.</description>
		<content:encoded><![CDATA[<p>The way mod_auth_mysql works is correct.</p>
<p>Your database design is defective.  Google for &#8220;database normalization&#8221;.  You will find that your design fails 1st normal form, which requires that the values in each column of a table are atomic.</p>
<p>mod_auth_mysql works fine with properly normalized databases.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
