<?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默认预设值</title>
	<atom:link href="http://imcat.in/we-must-modify-the-default-value-mysql-default/feed/" rel="self" type="application/rss+xml" />
	<link>http://imcat.in/we-must-modify-the-default-value-mysql-default/</link>
	<description>人的头脑太复杂,时间过得久,有时候连自己也被自己骗了,记下来才是最真实的……</description>
	<lastBuildDate>Fri, 23 Dec 2011 23:18:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: mysql优化 - Beau Blog</title>
		<link>http://imcat.in/we-must-modify-the-default-value-mysql-default/comment-page-1/#comment-2577</link>
		<dc:creator>mysql优化 - Beau Blog</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://imcat.in/%e4%b8%80%e5%ae%9a%e8%a6%81%e4%bf%ae%e6%94%b9%e7%9a%84mysql%e9%bb%98%e8%ae%a4%e9%a2%84%e8%ae%be%e5%80%bc/#comment-2577</guid>
		<description>[...] 一定要修改的mysql默认预设值 [...]</description>
		<content:encoded><![CDATA[<p>[...] 一定要修改的mysql默认预设值 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ゞ猫</title>
		<link>http://imcat.in/we-must-modify-the-default-value-mysql-default/comment-page-1/#comment-2301</link>
		<dc:creator>ゞ猫</dc:creator>
		<pubDate>Sat, 28 Nov 2009 15:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://imcat.in/%e4%b8%80%e5%ae%9a%e8%a6%81%e4%bf%ae%e6%94%b9%e7%9a%84mysql%e9%bb%98%e8%ae%a4%e9%a2%84%e8%ae%be%e5%80%bc/#comment-2301</guid>
		<description>好像对于内网链接没什么作用的</description>
		<content:encoded><![CDATA[<p>好像对于内网链接没什么作用的</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 无名草</title>
		<link>http://imcat.in/we-must-modify-the-default-value-mysql-default/comment-page-1/#comment-2297</link>
		<dc:creator>无名草</dc:creator>
		<pubDate>Sat, 28 Nov 2009 04:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://imcat.in/%e4%b8%80%e5%ae%9a%e8%a6%81%e4%bf%ae%e6%94%b9%e7%9a%84mysql%e9%bb%98%e8%ae%a4%e9%a2%84%e8%ae%be%e5%80%bc/#comment-2297</guid>
		<description>加在什么位置呢？随便加在my.cnf 里的位置吗？
能说清楚吗？因为我使用的是KLOXO面板中优化好的 内容如下 

[mysqld]
port            = 3306
socket          = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 16K
max_allowed_packet = 1M
table_cache = 4
sort_buffer_size = 64K
read_buffer_size = 256K
read_rnd_buffer_size = 256K
net_buffer_length = 2K
thread_stack = 64K
skip-bdb
skip-innodb

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
#safe-updates

[isamchk]
key_buffer = 8M
sort_buffer_size = 8M

[myisamchk]
key_buffer = 8M
sort_buffer_size = 8M

[mysqlhotcopy]
interactive-timeout</description>
		<content:encoded><![CDATA[<p>加在什么位置呢？随便加在my.cnf 里的位置吗？<br />
能说清楚吗？因为我使用的是KLOXO面板中优化好的 内容如下 </p>
<p>[mysqld]<br />
port            = 3306<br />
socket          = /var/lib/mysql/mysql.sock<br />
skip-locking<br />
key_buffer = 16K<br />
max_allowed_packet = 1M<br />
table_cache = 4<br />
sort_buffer_size = 64K<br />
read_buffer_size = 256K<br />
read_rnd_buffer_size = 256K<br />
net_buffer_length = 2K<br />
thread_stack = 64K<br />
skip-bdb<br />
skip-innodb</p>
<p>[mysqldump]<br />
quick<br />
max_allowed_packet = 16M</p>
<p>[mysql]<br />
no-auto-rehash<br />
#safe-updates</p>
<p>[isamchk]<br />
key_buffer = 8M<br />
sort_buffer_size = 8M</p>
<p>[myisamchk]<br />
key_buffer = 8M<br />
sort_buffer_size = 8M</p>
<p>[mysqlhotcopy]<br />
interactive-timeout</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 路大侠</title>
		<link>http://imcat.in/we-must-modify-the-default-value-mysql-default/comment-page-1/#comment-2290</link>
		<dc:creator>路大侠</dc:creator>
		<pubDate>Thu, 26 Nov 2009 15:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://imcat.in/%e4%b8%80%e5%ae%9a%e8%a6%81%e4%bf%ae%e6%94%b9%e7%9a%84mysql%e9%bb%98%e8%ae%a4%e9%a2%84%e8%ae%be%e5%80%bc/#comment-2290</guid>
		<description>很高深啊 我还是新手呢 多向你学习！</description>
		<content:encoded><![CDATA[<p>很高深啊 我还是新手呢 多向你学习！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LAONB</title>
		<link>http://imcat.in/we-must-modify-the-default-value-mysql-default/comment-page-1/#comment-2267</link>
		<dc:creator>LAONB</dc:creator>
		<pubDate>Mon, 23 Nov 2009 14:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://imcat.in/%e4%b8%80%e5%ae%9a%e8%a6%81%e4%bf%ae%e6%94%b9%e7%9a%84mysql%e9%bb%98%e8%ae%a4%e9%a2%84%e8%ae%be%e5%80%bc/#comment-2267</guid>
		<description>只能学习了，太专业，看着头晕。</description>
		<content:encoded><![CDATA[<p>只能学习了，太专业，看着头晕。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.shun</title>
		<link>http://imcat.in/we-must-modify-the-default-value-mysql-default/comment-page-1/#comment-2240</link>
		<dc:creator>A.shun</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://imcat.in/%e4%b8%80%e5%ae%9a%e8%a6%81%e4%bf%ae%e6%94%b9%e7%9a%84mysql%e9%bb%98%e8%ae%a4%e9%a2%84%e8%ae%be%e5%80%bc/#comment-2240</guid>
		<description>恩，同楼上，皮肤很靓</description>
		<content:encoded><![CDATA[<p>恩，同楼上，皮肤很靓</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jutoy</title>
		<link>http://imcat.in/we-must-modify-the-default-value-mysql-default/comment-page-1/#comment-2239</link>
		<dc:creator>Jutoy</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://imcat.in/%e4%b8%80%e5%ae%9a%e8%a6%81%e4%bf%ae%e6%94%b9%e7%9a%84mysql%e9%bb%98%e8%ae%a4%e9%a2%84%e8%ae%be%e5%80%bc/#comment-2239</guid>
		<description>这个新的皮不错噢~</description>
		<content:encoded><![CDATA[<p>这个新的皮不错噢~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mars</title>
		<link>http://imcat.in/we-must-modify-the-default-value-mysql-default/comment-page-1/#comment-2230</link>
		<dc:creator>Mars</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://imcat.in/%e4%b8%80%e5%ae%9a%e8%a6%81%e4%bf%ae%e6%94%b9%e7%9a%84mysql%e9%bb%98%e8%ae%a4%e9%a2%84%e8%ae%be%e5%80%bc/#comment-2230</guid>
		<description>学习了。。。</description>
		<content:encoded><![CDATA[<p>学习了。。。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

