<?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>@blog.justoneplanet.info &#187; コンピューター</title>
	<atom:link href="http://blog.justoneplanet.info/category/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.justoneplanet.info</link>
	<description>JavaScript、PHP、MySQLを使ったり</description>
	<lastBuildDate>Sun, 25 Jul 2010 07:34:20 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>wgetでhttpheader</title>
		<link>http://blog.justoneplanet.info/2010/07/18/wget%e3%81%a7httpheader/</link>
		<comments>http://blog.justoneplanet.info/2010/07/18/wget%e3%81%a7httpheader/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 17:24:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2679</guid>
		<description><![CDATA[コンナ感じ。 wget --referer=&#34;http://www.google.com&#34; --user-agent=&#34;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6&#34; 以上。]]></description>
			<content:encoded><![CDATA[<p>コンナ感じ。</p>
<pre class="brush: bash;">
wget --referer=&quot;http://www.google.com&quot; --user-agent=&quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6&quot;
</pre>
<p>以上。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/07/18/wget%e3%81%a7httpheader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ログイン履歴を表示する</title>
		<link>http://blog.justoneplanet.info/2010/07/18/%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e5%b1%a5%e6%ad%b4%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/07/18/%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e5%b1%a5%e6%ad%b4%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 17:22:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2677</guid>
		<description><![CDATA[
last

以上。
]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
last
</pre>
<p>以上。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/07/18/%e3%83%ad%e3%82%b0%e3%82%a4%e3%83%b3%e5%b1%a5%e6%ad%b4%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>コマンドの出力結果をファイルに書き込む</title>
		<link>http://blog.justoneplanet.info/2010/06/06/%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%81%ae%e5%87%ba%e5%8a%9b%e7%b5%90%e6%9e%9c%e3%82%92%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ab%e6%9b%b8%e3%81%8d%e8%be%bc%e3%82%80/</link>
		<comments>http://blog.justoneplanet.info/2010/06/06/%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%81%ae%e5%87%ba%e5%8a%9b%e7%b5%90%e6%9e%9c%e3%82%92%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ab%e6%9b%b8%e3%81%8d%e8%be%bc%e3%82%80/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 18:39:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2587</guid>
		<description><![CDATA[
mysqldump -u user -p -d database &#62; dump.sql

以上。
]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
mysqldump -u user -p -d database &gt; dump.sql
</pre>
<p>以上。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/06/06/%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%81%ae%e5%87%ba%e5%8a%9b%e7%b5%90%e6%9e%9c%e3%82%92%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ab%e6%9b%b8%e3%81%8d%e8%be%bc%e3%82%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLの性能をテストする</title>
		<link>http://blog.justoneplanet.info/2010/05/22/sql%e3%81%ae%e6%80%a7%e8%83%bd%e3%82%92%e3%83%86%e3%82%b9%e3%83%88%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/05/22/sql%e3%81%ae%e6%80%a7%e8%83%bd%e3%82%92%e3%83%86%e3%82%b9%e3%83%88%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Sat, 22 May 2010 10:17:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2571</guid>
		<description><![CDATA[以下のようにEXPLAINしてみるとイイ。

EXPLAIN SELECT *
    FROM  `parent`
    LEFT JOIN  `child`
    ON  `parent`.id =  `chil [...]]]></description>
			<content:encoded><![CDATA[<p>以下のようにEXPLAINしてみるとイイ。</p>
<pre class="brush: sql;">
EXPLAIN SELECT *
    FROM  `parent`
    LEFT JOIN  `child`
    ON  `parent`.id =  `child`.id_parent
    WHERE  `parent`.id = 1
</pre>
<p>どうやらchildテーブルを全て検索してるようだ。</p>
<table>
<thead>
<tr>
<th>table</th>
<th>type</th>
<th>possible_keys</th>
<th>key</th>
<th>ref</th>
<th>rows</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td class="">parent</td>
<td class="">const</td>
<td class="">PRIMARY</td>
<td class="">PRIMARY</td>
<td class="">const</td>
<td align="right">1</td>
</tr>
<tr class="even">
<td class="">child</td>
<td class="">ALL</td>
<td class=""><i>NULL</i></td>
<td class=""><i>NULL</i></td>
<td class=""><i>NULL</i></td>
<td align="right">311</td>
</tr>
</tbody>
</table>
<h3>■改善</h3>
<p>以下を実行してインデックスを付加し、クエリの性能を向上させる。</p>
<pre class="brush: sql;">
ALTER TABLE `child`
    ADD CONSTRAINT `fk_child_tbl_parent_tbl`
    FOREIGN KEY (`id_parent`) REFERENCES `parent` (`id`)
    ON DELETE CASCADE
    ON UPDATE NO ACTION;
</pre>
<p>劇的だ！ヾ(＠⌒▽⌒＠)ﾉchildテーブルを1行しか検索しなくなった。</p>
<table class="data" id="table_results">
<thead>
<tr>
<th>table</th>
<th>type</th>
<th>possible_keys</th>
<th>key</th>
<th>ref</th>
<th>rows</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td class="">parent</td>
<td class="">const</td>
<td class="">PRIMARY</td>
<td class="">PRIMARY</td>
<td class="">const</td>
<td align="right">1</td>
</tr>
<tr class="even">
<td class="">child</td>
<td class="">ref</td>
<td class="">fk_child_tbl_parent_tbl</td>
<td class="">fk_child_tbl_parent_tbl</td>
<td class="">const</td>
<td align="right">1</td>
</tr>
</tbody>
</table>
<div class="kakomi">
<h4>参考</h4>
<dl>
<dt>type</dt>
<dd>結合型。</dd>
<dd>const。テーブルに、一致するレコードが最大で 1 つ。</dd>
<dd>ref。前のテーブルのレコードの組み合わせのそれぞれに対して、インデックス値にマッチするすべてのレコードがこのテーブルから読み取られる。ref  は、『インデックスの左端の先頭部分のみが結合で使用される場合』、『インデックスが UNIQUE や PRIMARY KEY  ではない場合』に使用される。</dd>
<dd>ALL。前のテーブルのレコードの組み合わせのそれぞれに対して、フルテーブルスキャンが実行される。</dd>
<dt>possible_keys</dt>
<dd>テーブル内のレコードの検索に MySQL で使用可能なインデックスを示す。</dd>
<dt>key</dt>
<dd>MySQL が実際に使用を決定したキー（インデックス）を示す。</dd>
<dt>ref</dt>
<dd>テーブルからレコードを選択する際に key  とともに使用されるカラムまたは定数。</dd>
<dt>rows</dt>
<dd>クエリの実行に際して調べる必要があると MySQL によって判定されたレコードの数を示す。少ない方がイイ。</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/05/22/sql%e3%81%ae%e6%80%a7%e8%83%bd%e3%82%92%e3%83%86%e3%82%b9%e3%83%88%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>複数テーブル同時削除</title>
		<link>http://blog.justoneplanet.info/2010/05/22/%e8%a4%87%e6%95%b0%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e5%90%8c%e6%99%82%e5%89%8a%e9%99%a4/</link>
		<comments>http://blog.justoneplanet.info/2010/05/22/%e8%a4%87%e6%95%b0%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e5%90%8c%e6%99%82%e5%89%8a%e9%99%a4/#comments</comments>
		<pubDate>Sat, 22 May 2010 09:29:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2564</guid>
		<description><![CDATA[以下のようにdelete文を使用すると、複数テーブルからレコードが削除できる。

DELETE
    `table`,
    `child`,
    `grandchild`
FROM
    `table`
LE [...]]]></description>
			<content:encoded><![CDATA[<p>以下のようにdelete文を使用すると、複数テーブルからレコードが削除できる。</p>
<pre class="brush: sql;">
DELETE
    `table`,
    `child`,
    `grandchild`
FROM
    `table`
LEFT JOIN
    `child`
ON
    `table`.id = `child`.`id_table`
LEFT JOIN
    `grandchild`
ON
    `child`.id = `grandchild`.`id_child`
WHERE
    `table`.id = 1
</pre>
<p>但し、外部キー制約でON DELETE  CASCADEを使った方が早い気がする。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/05/22/%e8%a4%87%e6%95%b0%e3%83%86%e3%83%bc%e3%83%96%e3%83%ab%e5%90%8c%e6%99%82%e5%89%8a%e9%99%a4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>外部キー制約</title>
		<link>http://blog.justoneplanet.info/2010/05/22/%e5%a4%96%e9%83%a8%e3%82%ad%e3%83%bc%e5%88%b6%e7%b4%84/</link>
		<comments>http://blog.justoneplanet.info/2010/05/22/%e5%a4%96%e9%83%a8%e3%82%ad%e3%83%bc%e5%88%b6%e7%b4%84/#comments</comments>
		<pubDate>Sat, 22 May 2010 09:23:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2562</guid>
		<description><![CDATA[以下のようにする。

ALTER TABLE `child`
    ADD CONSTRAINT `fk_child_tbl_parent_tbl`
    FOREIGN KEY (`id_parent`) REFE [...]]]></description>
			<content:encoded><![CDATA[<p>以下のようにする。</p>
<pre class="brush: sql;">
ALTER TABLE `child`
    ADD CONSTRAINT `fk_child_tbl_parent_tbl`
    FOREIGN KEY (`id_parent`) REFERENCES `parent` (`id`)
    ON DELETE CASCADE
    ON UPDATE NO ACTION;
</pre>
<p>こうするとparentテーブルからレコードAを削除した時に、レコードAのidとchildテーブルのid_parentが等しいレコードが同時に削除される。</p>
<p>ちなみにid_contentsは全く同じ型でないとALTER TABLEが失敗する。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/05/22/%e5%a4%96%e9%83%a8%e3%82%ad%e3%83%bc%e5%88%b6%e7%b4%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Googleの新しい検索結果表示</title>
		<link>http://blog.justoneplanet.info/2010/05/05/google%e3%81%ae%e6%96%b0%e3%81%97%e3%81%84%e6%a4%9c%e7%b4%a2%e7%b5%90%e6%9e%9c%e8%a1%a8%e7%a4%ba/</link>
		<comments>http://blog.justoneplanet.info/2010/05/05/google%e3%81%ae%e6%96%b0%e3%81%97%e3%81%84%e6%a4%9c%e7%b4%a2%e7%b5%90%e6%9e%9c%e8%a1%a8%e7%a4%ba/#comments</comments>
		<pubDate>Wed, 05 May 2010 03:26:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コンピューター]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2473</guid>
		<description><![CDATA[どうやらテストしているようです。左のサイドバーがデフォルトで出ます。

どうやらテストではなく、これがデフォルトになるようです。
]]></description>
			<content:encoded><![CDATA[<p>どうやらテストしているようです。左のサイドバーがデフォルトで出ます。</p>
<p class="ta-center"><a href="http://blog.justoneplanet.info/wp-content/uploads/2010/05/27435061c75fff588a9514aa78a742541.png" rel="lightbox[2473]"><img src="http://blog.justoneplanet.info/wp-content/uploads/2010/05/27435061c75fff588a9514aa78a742541-184x300.png" alt="Google 検索" title="Google 検索" width="184" height="300" /></a></p>
<p>どうやらテストではなく、これがデフォルトになるようです。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/05/05/google%e3%81%ae%e6%96%b0%e3%81%97%e3%81%84%e6%a4%9c%e7%b4%a2%e7%b5%90%e6%9e%9c%e8%a1%a8%e7%a4%ba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APCをインストールする</title>
		<link>http://blog.justoneplanet.info/2010/04/09/apc%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/04/09/apc%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 16:55:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2441</guid>
		<description><![CDATA[
pecl install apc

以下のエラーが出た。

Fatal error: Allowed memory size of 8388608 bytes exhausted

以下のコマンドを実行。

vi /u [...]]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
pecl install apc
</pre>
<p>以下のエラーが出た。</p>
<pre class="brush: bash;">
Fatal error: Allowed memory size of 8388608 bytes exhausted
</pre>
<p>以下のコマンドを実行。</p>
<pre class="brush: bash;">
vi /usr/share/php/pearcmd.php
</pre>
<p>以下のラインを付加。</p>
<pre class="brush: bash;">
@ini_set('memory_limit', '16M');
</pre>
<p>もう一度実行。</p>
<pre class="brush: bash;">
pecl install apc
</pre>
<p>php.iniや/etc/php.d/apc.iniに以下のラインを追加する。</p>
<pre class="brush: bash;">
extension=apc.so
</pre>
<p>apacheを再起動する。</p>
<pre class="brush: bash;">
/etc/init.d/httpd restart
</pre>
<p>インストールが完了する。</p>
<h3>■設定</h3>
<p>php.iniや/etc/php.d/apc.iniに以下のラインを追加する。</p>
<pre class="brush: bash;">
apc.shm_size=64
apc.stat=FALSE
</pre>
<p>但し、設定はサーバなどの環境により調整しなければならない。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/04/09/apc%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redisを止める</title>
		<link>http://blog.justoneplanet.info/2010/03/31/redis%e3%82%92%e6%ad%a2%e3%82%81%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/03/31/redis%e3%82%92%e6%ad%a2%e3%82%81%e3%82%8b/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:57:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コンピューター]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2439</guid>
		<description><![CDATA[./redis-cli SHUTDOWN]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
./redis-cli SHUTDOWN
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/03/31/redis%e3%82%92%e6%ad%a2%e3%82%81%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svnのロックを強制的に解除する</title>
		<link>http://blog.justoneplanet.info/2010/03/29/svn%e3%81%ae%e3%83%ad%e3%83%83%e3%82%af%e3%82%92%e5%bc%b7%e5%88%b6%e7%9a%84%e3%81%ab%e8%a7%a3%e9%99%a4%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/03/29/svn%e3%81%ae%e3%83%ad%e3%83%83%e3%82%af%e3%82%92%e5%bc%b7%e5%88%b6%e7%9a%84%e3%81%ab%e8%a7%a3%e9%99%a4%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 20:06:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コンピューター]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2436</guid>
		<description><![CDATA[svn unlock IndexController.php --force]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">
svn unlock IndexController.php --force
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/03/29/svn%e3%81%ae%e3%83%ad%e3%83%83%e3%82%af%e3%82%92%e5%bc%b7%e5%88%b6%e7%9a%84%e3%81%ab%e8%a7%a3%e9%99%a4%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ファイルの所有者を変更する</title>
		<link>http://blog.justoneplanet.info/2010/02/22/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e6%89%80%e6%9c%89%e8%80%85%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/02/22/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e6%89%80%e6%9c%89%e8%80%85%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 16:19:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2418</guid>
		<description><![CDATA[/home/user/directory配下のファイルの所有者を全てftp_userにする。

chown -R ftp_user  /home/user/directory

]]></description>
			<content:encoded><![CDATA[<p>/home/user/directory配下のファイルの所有者を全てftp_userにする。</p>
<pre class="brush: bash;">
chown -R ftp_user  /home/user/directory
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/02/22/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e6%89%80%e6%9c%89%e8%80%85%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLのrootパスワードを設定する</title>
		<link>http://blog.justoneplanet.info/2010/02/22/mysql%e3%81%aeroot%e3%83%91%e3%82%b9%e3%83%af%e3%83%bc%e3%83%89%e3%82%92%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b/</link>
		<comments>http://blog.justoneplanet.info/2010/02/22/mysql%e3%81%aeroot%e3%83%91%e3%82%b9%e3%83%af%e3%83%bc%e3%83%89%e3%82%92%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:03:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.justoneplanet.info/?p=2412</guid>
		<description><![CDATA[インストール直後は何もパスワードが設定されていないので注意すること！

SET PASSWORD FOR root@localhost=PASSWORD('password');

]]></description>
			<content:encoded><![CDATA[<p>インストール直後は何もパスワードが設定されていないので注意すること！</p>
<pre class="brush: sql;">
SET PASSWORD FOR root@localhost=PASSWORD('password');
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.justoneplanet.info/2010/02/22/mysql%e3%81%aeroot%e3%83%91%e3%82%b9%e3%83%af%e3%83%bc%e3%83%89%e3%82%92%e8%a8%ad%e5%ae%9a%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
