<?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; mysql</title>
	<atom:link href="http://www.pigo.idv.tw/archives/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pigo.idv.tw</link>
	<description>嘿嘿嘿嘿 .....</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:35:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>家裡的 Server 把 MySQL 換成 MariaDb 了</title>
		<link>http://www.pigo.idv.tw/archives/904</link>
		<comments>http://www.pigo.idv.tw/archives/904#comments</comments>
		<pubDate>Sat, 27 Nov 2010 08:49:48 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sphinx]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=904</guid>
		<description><![CDATA[最近看見 MariaDb 出了 5.2.3 的版本 這個版本已經是 Stable 版了 , 相容 MySQL 5.1 , 大概說一下這一版的特色 MariaDb 一開始就以 XTraDb 取代InnoDb Engine , 相容於 InnoDb , 但效能更好 , 在 phpMyAdmin 中建立一個 InnoDB 就等於是 XtraDb 了 以 Aria Table 取代 MyISAM 為預設 Table (原本的 MyISAM 也可以用) , 若原始資料仍是 MyISAM , 但在很多情況下 MySQL 會開啟 tmp table , 這時候會用 Aria , [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/904/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>推一下 RoundCube WebMail Password Plugin</title>
		<link>http://www.pigo.idv.tw/archives/381</link>
		<comments>http://www.pigo.idv.tw/archives/381#comments</comments>
		<pubDate>Fri, 11 Sep 2009 07:36:31 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[roundcube]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=381</guid>
		<description><![CDATA[這一篇是記錄一下當 Mail Server 是採用 postfix + mysql 認證時 , 如何設定 RoundCube 的改密碼 plugin 平台是 CentOS 5.3 + mysql 5.1 + postfix_mysql + roundcube 0.3 stable 設定方法很簡單 先找到 roundcube 安裝目錄下的 plugins/password 這個目錄 把 config.inc.php.dist 改成 config.inc.php 或用複製成另一個新檔都可以 , 然後要修改 config.inc.php 我們必須先修改以下三個參數 $rcmail_config['password_driver'] : 這個是設定密碼密碼認證的方式 $rcmail_config['password_db_dsn']&#160; : 這個是設定 posftix 認證的資料庫連接資訊(注意!不是roundcube資料庫喔) $rcmail_config['password_query'] : 這是設定修改密碼的 SQL Query $rcmail_config['password_driver'] 必須設定為 [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/381/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL FullText plugin : bigram  試用</title>
		<link>http://www.pigo.idv.tw/archives/340</link>
		<comments>http://www.pigo.idv.tw/archives/340#comments</comments>
		<pubDate>Wed, 22 Jul 2009 15:51:19 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[FullText]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=340</guid>
		<description><![CDATA[MySQL 內建的 FullText Engine 不支援中文是眾所皆知的 在 5.0 版之後 , 有所謂的 plugin 功能 , 其他非官方的人可以寫 plugin 去加強 MySQL 功能 而在 FullText 的部分也有人去寫 例如 Spinx ( http://sphinxsearch.com/ )&#160;: 這套號稱支援中文全文索引 , 支援 myisam 及 innodb , 不過我還沒試 , 但好像不是同步作索引 另外我要介紹一個網站 http://sourceforge.net/projects/mysqlftppc/ 這裡面有很多種 FullText Plugin , 其中有個叫 bigram 的支援中文喔 , 必須在 mysql 5.1 版以上運作 比較麻煩的是 , 要自己編譯 , 我在 [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/340/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

