<?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; MySQL</title>
	<atom:link href="http://open-groove.net/category/mysql/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>MySQLのibdataファイルを複数表領域に変更する</title>
		<link>http://open-groove.net/mysql/change-ibdata-file/</link>
		<comments>http://open-groove.net/mysql/change-ibdata-file/#comments</comments>
		<pubDate>Sun, 13 May 2012 15:00:21 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10882</guid>
		<description><![CDATA[InnoDBのibdataファイルのサイズは、放っておくと相当肥大化してしまう。10G、20Gなんてフツーにいってしまう。と、いうわけで、通常のibdataファイルを複数表領域にしてみる。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/change-ibdata-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>今さら「MySQLが起動しない」エラー対処</title>
		<link>http://open-groove.net/mysql/does-not-start-mysql/</link>
		<comments>http://open-groove.net/mysql/does-not-start-mysql/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 09:30:58 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10708</guid>
		<description><![CDATA[時代はNoSQLに移りつつあるこのご時世に今さらこんなネタもアレだが、、、。久しぶりにMySQLをインストール〜起動なんちゅうことをやったら何を今さら、なミスをやらかした。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/does-not-start-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLのToo many connectionsとskip-name-resolve</title>
		<link>http://open-groove.net/mysql/toomanyconnections-skip-name-resolve/</link>
		<comments>http://open-groove.net/mysql/toomanyconnections-skip-name-resolve/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 13:00:09 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10365</guid>
		<description><![CDATA[MySQLレプリケーション。IOスレッドエラーでマスタースレーブ間のコネクションが成立しない。以下、切り分けメモ。error.logには手がかり無し。telnetはOK。スレーブからマスタへレプリケーションユーザで接続を試みると、"Too many connections"が表示され、NG。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/toomanyconnections-skip-name-resolve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>久々のMySQL レプリケーションエラー</title>
		<link>http://open-groove.net/mysql/replication-error/</link>
		<comments>http://open-groove.net/mysql/replication-error/#comments</comments>
		<pubDate>Tue, 17 May 2011 14:00:39 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10265</guid>
		<description><![CDATA[久しぶりなMySQLネタ。停止していたレプリケーションを再開するためCHANGE MASTER TOを実行、SLAVE STARTで再開させようとしたら、こんなエラーが。Client requested master to start replication from impossible position.]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/replication-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLテンポラリファイルの残骸</title>
		<link>http://open-groove.net/mysql/huge-myd-myi/</link>
		<comments>http://open-groove.net/mysql/huge-myd-myi/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 15:00:10 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9860</guid>
		<description><![CDATA[普段は見えないはずのMySQLテンポラリファイルが見えるケースがある。
例えば/tmp配下に#sql_nnnn_n.MYD 、#sql_nnnn_n.MYI （nはランダム？な数字）形式の巨大なファイルがいきなり出来ていたら、「ひょっとしてこいつが・・・」である。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/huge-myd-myi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InnoDBのチューニングに役立ちそうな？メモ</title>
		<link>http://open-groove.net/mysql/innodb-tuning/</link>
		<comments>http://open-groove.net/mysql/innodb-tuning/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:00:17 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9403</guid>
		<description><![CDATA[InnoDBのステータスを確認するには、SHOW ENGINE INNODB STATUS¥Gコマンドの他にInnoDB モニタという機能があるんだそうだ。専用のテーブルを作成しておくと、err.logに15秒毎に出力してくれるらしい。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/innodb-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLのstatusコマンド表示内容</title>
		<link>http://open-groove.net/mysql/check-status/</link>
		<comments>http://open-groove.net/mysql/check-status/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 12:00:35 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9393</guid>
		<description><![CDATA[MySQLの各種ステータス確認のメモは以前の投稿にも書いたが、その中のひとつ、"status"コマンドについて。Threads:　MySQLが使用しているスレッド数 など。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/check-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagiosプラグインのcheck_mysqlとcheck_mysql_query</title>
		<link>http://open-groove.net/mysql/nagios-check_mysql_query/</link>
		<comments>http://open-groove.net/mysql/nagios-check_mysql_query/#comments</comments>
		<pubDate>Tue, 11 May 2010 15:30:55 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9263</guid>
		<description><![CDATA[Nagiosプラグインに標準で入っているcheck_mysqlとcheck_mysql_queryについて。いまいち踏み込んだ監視内容がわからなかったので、少し調べてみた。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/nagios-check_mysql_query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NagiosでMySQL レプリケーション監視のプランニング</title>
		<link>http://open-groove.net/mysql/nagios-check-mysqlreplication/</link>
		<comments>http://open-groove.net/mysql/nagios-check-mysqlreplication/#comments</comments>
		<pubDate>Wed, 05 May 2010 15:00:17 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9191</guid>
		<description><![CDATA[前回NagiosでMySQL監視をするための設定をざっくり書いてみたが、その一歩先に進んでみる。（お断り：この記事はほとんど「ひとり言」なので参考にならないと思います。。）]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/nagios-check-mysqlreplication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NagiosでMySQLを監視する</title>
		<link>http://open-groove.net/mysql/nagios-monitor/</link>
		<comments>http://open-groove.net/mysql/nagios-monitor/#comments</comments>
		<pubDate>Wed, 05 May 2010 10:30:18 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9178</guid>
		<description><![CDATA[オープンソースの監視ツール、NagiosでMySQLを監視するには。Nagios本体のインストールの他に、リモートホストを監視するにはNRPE（Nagios Remote Plugin Executor）も導入する必要がある。]]></description>
		<wfw:commentRss>http://open-groove.net/mysql/nagios-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

