<?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; command</title>
	<atom:link href="http://blog.mktime.com/archive/tag/command/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mktime.com</link>
	<description>修行の日々を淡々と</description>
	<lastBuildDate>Thu, 05 May 2011 07:39:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>MySQL：プロセスをkillする</title>
		<link>http://blog.mktime.com/archive/44.html</link>
		<comments>http://blog.mktime.com/archive/44.html#comments</comments>
		<pubDate>Sun, 27 Jul 2008 13:57:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://blog.mktime.com/?p=44</guid>
		<description><![CDATA[MySQLにログインして、プロセスの一覧を表示し削除したいプロセスのIDを確認する。 SHOW PROCESSLIST; IDを指定して削除する。 kill [ID];]]></description>
			<content:encoded><![CDATA[<p>MySQLにログインして、プロセスの一覧を表示し削除したいプロセスのIDを確認する。</p>
<pre class="console">
SHOW PROCESSLIST;
</pre>
<p>IDを指定して削除する。</p>
<pre class="console">
kill [ID];
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.mktime.com/archive/44.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

