<?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>OpenGroove &#187; Le Blue</title>
	<atom:link href="http://open-groove.net/author/le-blue/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-groove.net</link>
	<description>Linux,MySQL,Apache. . . and more!</description>
	<lastBuildDate>Wed, 16 May 2012 13:31:42 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>TomcatとJBossの違い</title>
		<link>http://open-groove.net/tomcat/difference-tomcat-jboss/</link>
		<comments>http://open-groove.net/tomcat/difference-tomcat-jboss/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 13:30:35 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7962</guid>
		<description><![CDATA[正直よくわからなくて苦手だったアプリケーションサーバの分野なのだが、諸事情によりそうも言ってられなくなってきたので、まとめてみることにした。とりあえずTomcatとJBossの違いのあたりから。]]></description>
		<wfw:commentRss>http://open-groove.net/tomcat/difference-tomcat-jboss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linuxで公開鍵認証の設定</title>
		<link>http://open-groove.net/linux/ssh-keygen/</link>
		<comments>http://open-groove.net/linux/ssh-keygen/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 12:30:18 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7956</guid>
		<description><![CDATA[LPICのレベル1、2ともに登場する、SSHの公開鍵認証の設定。参考書を読んでもよく分からず苦手、と思っていたが、数年前に実務で利用しており確か自分で設定したこともあったような、、、と思い出した。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/ssh-keygen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLのlog-bin-trust-function-creatorsパラメータ</title>
		<link>http://open-groove.net/mysql/log-bin-trust-function-creators/</link>
		<comments>http://open-groove.net/mysql/log-bin-trust-function-creators/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 09:00:58 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7944</guid>
		<description><![CDATA[MySQLにlog-bin-trust-function-creatorsというパラメータがあることを知ったので、関連するストアドファンクションの話も絡めてまとめてみた。ストアドファンクションはストアドプロシージャに構文が似ており、通常のSQL文に含めて使用できる。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/log-bin-trust-function-creators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLパーティショニングのまとめ</title>
		<link>http://open-groove.net/mysql/about-partition/</link>
		<comments>http://open-groove.net/mysql/about-partition/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 05:30:29 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7933</guid>
		<description><![CDATA[MySQLにパーティショニングという機能があることを最近知った。調べても正直ついていけてないが、いつか利用することもあるかもしれないのでまとめておく。パーティショニングとはテーブルを分割して性能を向上させるための技術で、MySQL5.1以降実装された。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/about-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLでテーブル型を確認する</title>
		<link>http://open-groove.net/mysql/check-table-type/</link>
		<comments>http://open-groove.net/mysql/check-table-type/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 04:00:06 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7922</guid>
		<description><![CDATA[MySQLで作成済みのテーブル型（ストレージエンジン）を確認するには、以下のコマンドを実行して"engine"列を見る。mysql > SHOW TABLE STATUS FROM db_name;※データベース名を指定する。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/check-table-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linuxでのアンインストールあれこれ</title>
		<link>http://open-groove.net/linux/about-uninstall/</link>
		<comments>http://open-groove.net/linux/about-uninstall/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 16:00:03 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7917</guid>
		<description><![CDATA[多くのソフトウェア関連の参考書ではインストールの方法は書かれているが、アンインストールの方法は書かれていないものだ。大事なことなのに。なので、例によってここに書いておく。（もちろん自分が知りたいのはWindowsやMacでどうするかではなく、UNIX/Linux上での話）]]></description>
		<wfw:commentRss>http://open-groove.net/linux/about-uninstall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>configure実行時に失敗したら</title>
		<link>http://open-groove.net/linux/configure-error/</link>
		<comments>http://open-groove.net/linux/configure-error/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 14:30:48 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7912</guid>
		<description><![CDATA[Linuxでソースインストール時に実行するconfigure。オプションを沢山指定する場合など、コマンドをテキストファイルからコピーしてターミナル画面に貼付けたりすると思うが、そこでミスがあっておかしな状態で実行されてしまうこともあるだろう。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/configure-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLのrootパスワードを忘れたら</title>
		<link>http://open-groove.net/mysql/forgetting-mysql-rootpass/</link>
		<comments>http://open-groove.net/mysql/forgetting-mysql-rootpass/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:30:49 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7868</guid>
		<description><![CDATA[MySQLのrootパスワードを忘れた場合の対処法はどこにでも書かれているが、いちいち調べるのは面倒だからここにも書いておこう。。と思っていたら、今日さっそく利用した。人生、どのタイミングで何が起きるか分かりません。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/forgetting-mysql-rootpass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLのシンプルユーザアカウント設定</title>
		<link>http://open-groove.net/mysql/mysql-set-initial-user-account/</link>
		<comments>http://open-groove.net/mysql/mysql-set-initial-user-account/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:30:14 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7860</guid>
		<description><![CDATA[何かとハマる、MySQLユーザアカウント設定。以前の記事「MySQLインストール時のお約束」でもrootパスワードのセットだの匿名ユーザの削除だのごちゃごちゃ書いたが、もっと思いきった方法があるようなので書いておく。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/mysql-set-initial-user-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLの起動と停止 &#8211; Oracleとの比較</title>
		<link>http://open-groove.net/mysql/start-stop-comparing-mysql-oracle/</link>
		<comments>http://open-groove.net/mysql/start-stop-comparing-mysql-oracle/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:00:01 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=7856</guid>
		<description><![CDATA[MySQLサーバの起動と停止について。Oracleでは起動状態として、停止、NOMOUNT、MOUNT、OPEN、という段階があるが、MySQLでは停止か起動かのどちらかしかない。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/start-stop-comparing-mysql-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

