<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[巧用MySQL log调试程序]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Sun, 04 Jul 2010 02:47:54 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	打开my.ini文件<br/><br/>在[mysqld]的下面加上<br/>log = c:/mysql_query.log.txt<br/>重启mysql<br/><br/>以后你用可以用editplus查看你运行的sql了,不用在程序里一句句的用log打出来了.<br/><br/>附:Mysql Doc:<br/>http://dev.mysql.com/doc/mysql/en/Log_Files.html<br/>Log File&nbsp;&nbsp;Types of Information Logged to File<br/>The error log&nbsp;&nbsp;Logs problems encountered starting, running, or stopping mysqld.<br/>The isam log&nbsp;&nbsp;Logs all changes to the ISAM tables. Used only for debugging the isam code.<br/>The query log&nbsp;&nbsp;Logs established client connections and executed statements.<br/>The update log&nbsp;&nbsp;Logs statements that change data. This log is deprecated.<br/>The binary log&nbsp;&nbsp;Logs all statements that change data. Also used for replication.<br/>The slow log&nbsp;&nbsp;Logs all queries that took more than long_query_time seconds to execute or didn&#039;t use indexes.<br/><br/>来源：gaston的博客http://blog.csdn.net/rf_wu/archive/2004/11/13/179756.aspx
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 巧用MySQL log调试程序]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>