<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 如何修正 MySQL 資料庫的 encoding？</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/253/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/253/</link>
	<description>(My smile insists of having nose. :-)</description>
	<lastBuildDate>Thu, 03 Nov 2011 00:43:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: Hi! I'm clsung</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/253/comment-page-1/#comment-352</link>
		<dc:creator>Hi! I'm clsung</dc:creator>
		<pubDate>Mon, 24 Oct 2005 08:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=253#comment-352</guid>
		<description>&lt;strong&gt;[encoding] MySQL 4.1.x SET NAMES UTF8&lt;/strong&gt;

	先看看這個，裡面提到重要的一點，有 SUPER 權限的 user 在連線的時候不會去執行 init_connect 。這好像說明了很多人為什麼都要在連線後自己加上 &#039;SET NAMES UTF8&#8242; 了。

根據實驗結果，如果</description>
		<content:encoded><![CDATA[<p><strong>[encoding] MySQL 4.1.x SET NAMES UTF8</strong></p>
<p>	先看看這個，裡面提到重要的一點，有 SUPER 權限的 user 在連線的時候不會去執行 init_connect 。這好像說明了很多人為什麼都要在連線後自己加上 'SET NAMES UTF8&#8242; 了。</p>
<p>根據實驗結果，如果</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nekobe</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/253/comment-page-1/#comment-216</link>
		<dc:creator>nekobe</dc:creator>
		<pubDate>Sat, 13 Aug 2005 13:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=253#comment-216</guid>
		<description>我會建議, 用select into file 後, 配 iconv 轉完, 再用 load file from 把東西倒回去. 目的是把資料跟sql statement分離, 這樣可以避免壞的資料導致整個import毀掉.大概在MySQL 4剛出的時候, 我用了很多方式去實驗/驗證/嘗試一些轉換的方式, 雖然當時真正的目的是在做兩個DBMS之間的auto feeder, 但是由於要把資料用各種charset塞進去然後實驗, 所以 latin1/big5/utf-8 的大多數鳥蛋問題都解的差不多了.btw, 在大陸看過一個Perl Script配合 Locale module可以很完美的轉過去, 詳細link我現在找不到了, 也許可以提供給大家另外一邊的想法.</description>
		<content:encoded><![CDATA[<p>我會建議, 用select into file 後, 配 iconv 轉完, 再用 load file from 把東西倒回去. 目的是把資料跟sql statement分離, 這樣可以避免壞的資料導致整個import毀掉.大概在MySQL 4剛出的時候, 我用了很多方式去實驗/驗證/嘗試一些轉換的方式, 雖然當時真正的目的是在做兩個DBMS之間的auto feeder, 但是由於要把資料用各種charset塞進去然後實驗, 所以 latin1/big5/utf-8 的大多數鳥蛋問題都解的差不多了.btw, 在大陸看過一個Perl Script配合 Locale module可以很完美的轉過去, 詳細link我現在找不到了, 也許可以提供給大家另外一邊的想法.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Notebook - BlogBus.com</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/253/comment-page-1/#comment-32956</link>
		<dc:creator>My Notebook - BlogBus.com</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=253#comment-32956</guid>
		<description>10.3. Specifying Character Sets and Collations 5.2.2. Server System Variables set和show语法之一 MySQL - Chinese Language Processing and Chinese Computing MySQL 5 使用 UTF-8 配合 WordPress 的問題 - 月夜火 *如何修正 MySQL 資料庫的 encoding？ [encoding] MySQL 4.1.x SET NAMES UTF8 wordpress 1.5升級注意事項 - 中文亂碼篇 mysql 4.1中文亂碼第二擊 【保証成功】的 mysql 中文亂碼解決方案 solaris上开发J2EE应用中文问题的解决</description>
		<content:encoded><![CDATA[<p>10.3. Specifying Character Sets and Collations 5.2.2. Server System Variables set和show语法之一 MySQL - Chinese Language Processing and Chinese Computing MySQL 5 使用 UTF-8 配合 WordPress 的問題 - 月夜火 *如何修正 MySQL 資料庫的 encoding？ [encoding] MySQL 4.1.x SET NAMES UTF8 wordpress 1.5升級注意事項 - 中文亂碼篇 mysql 4.1中文亂碼第二擊 【保証成功】的 mysql 中文亂碼解決方案 solaris上开发J2EE应用中文问题的解决</p>
]]></content:encoded>
	</item>
	<item>
		<title>By:  kikykit1 - Weblog @ 20six.co.uk</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/253/comment-page-1/#comment-32957</link>
		<dc:creator> kikykit1 - Weblog @ 20six.co.uk</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=253#comment-32957</guid>
		<description>10.3. Specifying Character Sets and Collations 5.2.2. Server System Variables set和show语法之一 MySQL - Chinese Language Processing and Chinese Computing MySQL 5 使用 UTF-8 配合 WordPress 的問題 - 月夜火 *如何修正 MySQL 資料庫的 encoding？ [encoding] MySQL 4.1.x SET NAMES UTF8 wordpress 1.5升級注意事項 - 中文亂碼篇 mysql 4.1中文亂碼第二擊 【保証成功】的 mysql 中文亂碼解決方案 solaris上开发J2EE应用</description>
		<content:encoded><![CDATA[<p>10.3. Specifying Character Sets and Collations 5.2.2. Server System Variables set和show语法之一 MySQL - Chinese Language Processing and Chinese Computing MySQL 5 使用 UTF-8 配合 WordPress 的問題 - 月夜火 *如何修正 MySQL 資料庫的 encoding？ [encoding] MySQL 4.1.x SET NAMES UTF8 wordpress 1.5升級注意事項 - 中文亂碼篇 mysql 4.1中文亂碼第二擊 【保証成功】的 mysql 中文亂碼解決方案 solaris上开发J2EE应用</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 胡言亂語?</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/253/comment-page-1/#comment-32958</link>
		<dc:creator>胡言亂語?</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=253#comment-32958</guid>
		<description>PHP5 的支援度尚未完滿... =__=&#124;&#124;&#124; 所以「轉移尚未成功，兄弟仍須努力」啦 ~ 參考資料：MySQL 升級 5.0 與 UTF-8 之相關解決方法MySQL 4.1.x 記得要加在 my.cnf 的東西如何修正 MySQL 資料庫的 encoding？A MySQL 4.1 Story</description>
		<content:encoded><![CDATA[<p>PHP5 的支援度尚未完滿... =__=||| 所以「轉移尚未成功，兄弟仍須努力」啦 ~ 參考資料：MySQL 升級 5.0 與 UTF-8 之相關解決方法MySQL 4.1.x 記得要加在 my.cnf 的東西如何修正 MySQL 資料庫的 encoding？A MySQL 4.1 Story</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orz Corp.</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/253/comment-page-1/#comment-32959</link>
		<dc:creator>Orz Corp.</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=253#comment-32959</guid>
		<description>3.x 搬移到mysql 5.0。 在依照前文，把資料dump、處理之後，在步驟五之前，使用指令：iconv -c -f CP950 -t UTF-8 -o [output file] [input file] 把資料轉移成utf8編碼。(參考：如何修正MySQL資料庫的encoding?) 另外，您一定會在dump出來的檔案裡面看到類似：/*!40101 SET NAMES utf8 */之類的資料，相信我，這絕對不是註解...拿掉他吧。參考msyqldump(v</description>
		<content:encoded><![CDATA[<p>3.x 搬移到mysql 5.0。 在依照前文，把資料dump、處理之後，在步驟五之前，使用指令：iconv -c -f CP950 -t UTF-8 -o [output file] [input file] 把資料轉移成utf8編碼。(參考：如何修正MySQL資料庫的encoding?) 另外，您一定會在dump出來的檔案裡面看到類似：/*!40101 SET NAMES utf8 */之類的資料，相信我，這絕對不是註解...拿掉他吧。參考msyqldump(v</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orz Corp.</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/253/comment-page-1/#comment-32960</link>
		<dc:creator>Orz Corp.</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=253#comment-32960</guid>
		<description>3.x 搬移到mysql 5.0。 在依照前文，把資料dump、處理之後，在步驟五之前，使用指令：iconv -c -f CP950 -t UTF-8 -o [output file] [input file] 把資料轉移成utf8編碼。(參考：如何修正MySQL資料庫的encoding?) 另外，您一定會在dump出來的檔案裡面看到類似：/*!40101 SET NAMES utf8 */之類的資料，相信我，這絕對不是註解...拿掉他吧。參考msyqldump(v</description>
		<content:encoded><![CDATA[<p>3.x 搬移到mysql 5.0。 在依照前文，把資料dump、處理之後，在步驟五之前，使用指令：iconv -c -f CP950 -t UTF-8 -o [output file] [input file] 把資料轉移成utf8編碼。(參考：如何修正MySQL資料庫的encoding?) 另外，您一定會在dump出來的檔案裡面看到類似：/*!40101 SET NAMES utf8 */之類的資料，相信我，這絕對不是註解...拿掉他吧。參考msyqldump(v</p>
]]></content:encoded>
	</item>
</channel>
</rss>

