<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>寂静的深海 &#187; pack</title>
	<atom:link href="http://www.deepseath.com/?feed=rss2&#038;tag=pack" rel="self" type="application/rss+xml" />
	<link>http://www.deepseath.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Jan 2024 09:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MySQL报错“Got a packet bigger than &#8216;max_allowed_packet&#8217; bytes”</title>
		<link>http://www.deepseath.com/?p=281</link>
		<comments>http://www.deepseath.com/?p=281#comments</comments>
		<pubDate>Wed, 27 Aug 2008 09:09:32 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[程序人生]]></category>
		<category><![CDATA[max]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[pack]]></category>
		<category><![CDATA[packet]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=281</guid>
		<description><![CDATA[在导入MySQL数据的时候发现会出现这样的报错信息。 “Got a packet bigger than &#8216;max_allowed_packet&#8217; bytes” 看手册了解到这个应该是当前导入的数据大于系统的限制的最大包大小。 也许插入的数据太大了，不过因为当前做的项目不可避免会遇到这个大数据插入的情况，因此只能更改MySQL的默认配置。 暂时加大到10M，即在MySQL配置文件中加入一个参数（如果已经存在这个参数那么就修改）： max_allowed_packet=10485760 我这里写的单位是字节，换算过来就是10M，当然为了直观也可以直接等于10M 希望这个数值应该够用了，呵呵。]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=281</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBCheck build 20080425发布！</title>
		<link>http://www.deepseath.com/?p=175</link>
		<comments>http://www.deepseath.com/?p=175#comments</comments>
		<pubDate>Fri, 25 Apr 2008 07:40:33 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[程序人生]]></category>
		<category><![CDATA[DBCheck]]></category>
		<category><![CDATA[Deepseath]]></category>
		<category><![CDATA[Discuz]]></category>
		<category><![CDATA[MSNCool]]></category>
		<category><![CDATA[pack]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[升级]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=175</guid>
		<description><![CDATA[之前给客户做的一个小工具，自Discuz!3.1.2以来一直有人使用，因此一直不断得随着Discuz!更新而更新。 本次Discuz!升级到了6.1.0，因此，DBCheck的数据基准校验包(db_pack.php)也随之升级了。 功能上没时间做新的扩展——而且目前觉得也没太大必要，呵呵，这个工具几乎就是一次性的，大家都是为了查看自己的数据结构是否有问题，检查完之后也就不用了^_^ 下载地址还是在“深海(Deepseath)Discuz!风格演示论坛”：http://www.exinqing.net/discuz/viewthread.php?tid=172 至于模板MSNCool过几天再弄，近期事情实在太多了，手里的项目还在继续赶:( 忙过这阵好好弄一下:)]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=175</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
