<?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: Managing MySQL Configuration Files</title>
	<atom:link href="http://www.pablowe.net/2008/09/managing-mysql-configuration-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pablowe.net/2008/09/managing-mysql-configuration-files/</link>
	<description>%&#62; random tech;</description>
	<lastBuildDate>Mon, 14 Jun 2010 05:03:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: rlowe</title>
		<link>http://www.pablowe.net/2008/09/managing-mysql-configuration-files/comment-page-1/#comment-206</link>
		<dc:creator>rlowe</dc:creator>
		<pubDate>Thu, 04 Sep 2008 18:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.pablowe.net/?p=80#comment-206</guid>
		<description>Thanks Jeremy, I had merged two separate posts about using option files:)  

I&#039;ve also updated the typos and whatnot.</description>
		<content:encoded><![CDATA[<p>Thanks Jeremy, I had merged two separate posts about using option files:)  </p>
<p>I&#8217;ve also updated the typos and whatnot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Cole</title>
		<link>http://www.pablowe.net/2008/09/managing-mysql-configuration-files/comment-page-1/#comment-205</link>
		<dc:creator>Jeremy Cole</dc:creator>
		<pubDate>Thu, 04 Sep 2008 18:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pablowe.net/?p=80#comment-205</guid>
		<description>Hi Ryan,

There are a few problems with the above, although I agree with the basic premise.  They are:

1. You can&#039;t use defaults-extra-file in that way, it can only be used on the command line itself, never in a cnf file.  In addition, it must always be one of the first options on the command line (along with defaults-file, skip-defaults, etc.).  See !include and !includedir instead (as of 4.1.14 and 5.0.4, I added them to make Yahoo!&#039;s configuration more sane).

2. In the file that you would !include or use with defaults{,-extra}-file you must always still include [group] lines, as includes are always &quot;context-less&quot;.

3. You have a typo: innno

4. The query_cache_type variable cannot be set to &quot;ON&quot;, you would want to set it to &quot;1&quot; instead.

5. Please don&#039;t use master_host et al. :)

Regards,

Jeremy</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>There are a few problems with the above, although I agree with the basic premise.  They are:</p>
<p>1. You can&#8217;t use defaults-extra-file in that way, it can only be used on the command line itself, never in a cnf file.  In addition, it must always be one of the first options on the command line (along with defaults-file, skip-defaults, etc.).  See !include and !includedir instead (as of 4.1.14 and 5.0.4, I added them to make Yahoo!&#8217;s configuration more sane).</p>
<p>2. In the file that you would !include or use with defaults{,-extra}-file you must always still include [group] lines, as includes are always &#8220;context-less&#8221;.</p>
<p>3. You have a typo: innno</p>
<p>4. The query_cache_type variable cannot be set to &#8220;ON&#8221;, you would want to set it to &#8220;1&#8243; instead.</p>
<p>5. Please don&#8217;t use master_host et al. <img src='http://www.pablowe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
