<?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: MySQL quick reference</title>
	<atom:link href="http://www.darkcoding.net/software/mysql-quick-reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darkcoding.net/software/mysql-quick-reference/</link>
	<description>Solvitas perambulum</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:12:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Recent Links Tagged With "schema" - JabberTags</title>
		<link>http://www.darkcoding.net/software/mysql-quick-reference/#comment-890</link>
		<dc:creator>Recent Links Tagged With "schema" - JabberTags</dc:creator>
		<pubDate>Fri, 30 Jan 2009 09:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=118#comment-890</guid>
		<description>&lt;p&gt;[...] NHibernate 2.0 gold Released – Must Wait for ‘Linq to... Saved by jacthebear on Mon 19-1-2009   Graham King: MySQL quick reference Saved by hypershadic on Sun 18-1-2009   Schema Evolution Saved by murken on Tue 13-1-2009   An [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] NHibernate 2.0 gold Released – Must Wait for ‘Linq to&#8230; Saved by jacthebear on Mon 19-1-2009   Graham King: MySQL quick reference Saved by hypershadic on Sun 18-1-2009   Schema Evolution Saved by murken on Tue 13-1-2009   An [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Faves Tagged With "variables" : MyNetFaves</title>
		<link>http://www.darkcoding.net/software/mysql-quick-reference/#comment-889</link>
		<dc:creator>Recent Faves Tagged With "variables" : MyNetFaves</dc:creator>
		<pubDate>Sun, 25 Jan 2009 19:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=118#comment-889</guid>
		<description>&lt;p&gt;[...] public links &gt;&gt; variables    Graham King: MySQL quick reference First saved by supergimp &#124; 13 days ago      Why adding variables to CSS is a good thing First saved [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; variables    Graham King: MySQL quick reference First saved by supergimp | 13 days ago      Why adding variables to CSS is a good thing First saved [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Mohr</title>
		<link>http://www.darkcoding.net/software/mysql-quick-reference/#comment-888</link>
		<dc:creator>Boris Mohr</dc:creator>
		<pubDate>Sun, 12 Oct 2008 14:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=118#comment-888</guid>
		<description>&lt;p&gt;Nice little online reference to MySQL DB/table creation and management essentials. Thanks!&lt;/p&gt;

&lt;p&gt;Actually, I landed here while seraching for something different - a MySQL administrator&#039;s quick reference.  Here is one of the better ones I have found thus far&lt;/p&gt;

&lt;p&gt;http://www.explainth.at/en/qr/mysqlqr.shtml&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice little online reference to MySQL DB/table creation and management essentials. Thanks!</p>

<p>Actually, I landed here while seraching for something different &#8211; a MySQL administrator&#8217;s quick reference.  Here is one of the better ones I have found thus far</p>

<p><a href="http://www.explainth.at/en/qr/mysqlqr.shtml" rel="nofollow">http://www.explainth.at/en/qr/mysqlqr.shtml</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: eugenio</title>
		<link>http://www.darkcoding.net/software/mysql-quick-reference/#comment-887</link>
		<dc:creator>eugenio</dc:creator>
		<pubDate>Fri, 05 Sep 2008 11:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=118#comment-887</guid>
		<description>&lt;p&gt;You may want to add show processlist for load estimation and occasional troubleshooting...&lt;/p&gt;

&lt;p&gt;(how&#039;s life?)&lt;/p&gt;

&lt;p&gt;[graham] Life&#039;s good thanks! I never use &#039;show processlist&#039;, because all it shows me is my &#039;show processlist&#039; command running. I guess my apps aren&#039;t database intensive.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You may want to add show processlist for load estimation and occasional troubleshooting&#8230;</p>

<p>(how&#8217;s life?)</p>

<p>[graham] Life&#8217;s good thanks! I never use &#8216;show processlist&#8217;, because all it shows me is my &#8216;show processlist&#8217; command running. I guess my apps aren&#8217;t database intensive.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Bryant</title>
		<link>http://www.darkcoding.net/software/mysql-quick-reference/#comment-886</link>
		<dc:creator>Rich Bryant</dc:creator>
		<pubDate>Mon, 01 Sep 2008 02:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=118#comment-886</guid>
		<description>&lt;p&gt;Error on mysql help page ... &quot;show index for&quot; should &quot;show index from&quot;.  (Very nice reference page, though - thanks for it).&lt;/p&gt;

&lt;p&gt;[graham] Thanks Rich, I&#039;ve fixed that.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Error on mysql help page &#8230; &#8220;show index for&#8221; should &#8220;show index from&#8221;.  (Very nice reference page, though &#8211; thanks for it).</p>

<p>[graham] Thanks Rich, I&#8217;ve fixed that.</p>]]></content:encoded>
	</item>
</channel>
</rss>

