<?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>《MySQL Timeout解析》的评论</title>
	<atom:link href="http://ourmysql.com/archives/810/feed" rel="self" type="application/rss+xml" />
	<link>http://ourmysql.com/archives/810</link>
	<description>我们致力于一个MySQL知识的分享网站</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:52:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：[mysql]mysqldump意外终止的原因以及解决方法 &#124; web开发</title>
		<link>http://ourmysql.com/archives/810/comment-page-1#comment-60078</link>
		<dc:creator>[mysql]mysqldump意外终止的原因以及解决方法 &#124; web开发</dc:creator>
		<pubDate>Mon, 25 Jul 2011 06:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ourmysql.com/?p=810#comment-60078</guid>
		<description>[...] 将sleep的时间改为1，重新编译后发现程序能够完整跑完。根据《MySQL Timeout解析》上对net_write_timeout的解释，我们可以发现，mysqldump处理数据过慢（NFS、gzip引起）会导致MySQL主动断开连接，此时mysqldump就会报Lost connection to MySQL server during query错误。经过多次测试，确定这个错误是由于net_write_timeout设置过短引起。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 将sleep的时间改为1，重新编译后发现程序能够完整跑完。根据《MySQL Timeout解析》上对net_write_timeout的解释，我们可以发现，mysqldump处理数据过慢（NFS、gzip引起）会导致MySQL主动断开连接，此时mysqldump就会报Lost connection to MySQL server during query错误。经过多次测试，确定这个错误是由于net_write_timeout设置过短引起。 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

