<?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>「更改 MySQL 資料庫編碼的方法」的迴響</title>
	<atom:link href="http://blog.chweng.idv.tw/archives/169/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chweng.idv.tw/archives/169</link>
	<description>站長有兩隻，搭訕前請先認明</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:33:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：風痕影</title>
		<link>http://blog.chweng.idv.tw/archives/169/comment-page-1#comment-3156</link>
		<dc:creator>風痕影</dc:creator>
		<pubDate>Sun, 07 Jan 2007 04:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chweng.idv.tw/blog/archives/169#comment-3156</guid>
		<description>我是直接另外裝舊版的 phpMyAdmin XD</description>
		<content:encoded><![CDATA[<p>我是直接另外裝舊版的 phpMyAdmin XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：C.H.Weng</title>
		<link>http://blog.chweng.idv.tw/archives/169/comment-page-1#comment-1160</link>
		<dc:creator>C.H.Weng</dc:creator>
		<pubDate>Tue, 29 Aug 2006 16:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.chweng.idv.tw/blog/archives/169#comment-1160</guid>
		<description>請試試看這邊提到的方法吧：[url=http://deepelp.csie.ntnu.edu.tw/~conrad/archives/26]安裝WordPress亂碼問題[/url]</description>
		<content:encoded><![CDATA[<p>請試試看這邊提到的方法吧：<a  href="http://deepelp.csie.ntnu.edu.tw/~conrad/archives/26">安裝WordPress亂碼問題</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：katy</title>
		<link>http://blog.chweng.idv.tw/archives/169/comment-page-1#comment-1152</link>
		<dc:creator>katy</dc:creator>
		<pubDate>Sun, 27 Aug 2006 14:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.chweng.idv.tw/blog/archives/169#comment-1152</guid>
		<description>您好，我也是最近才將blog由舊server轉到新server上。但是一切轉移完之後，原本的中文卻都顯示亂碼。  

我照文中的方法試過，把備份的 sql 中所有的CHARSET=latin1 這個字串以CHARSET=utf8 取代之。但還是照常是亂碼。  

可是我從 myphpadmin 上看到table 的資料 Collation都顯示是utf8_general_ci，這樣的話問題可能會是因為哪個設定出問題呢？  

對於技術上的東西我真的不太熟，所以看了你的教學文章感覺獲益良多。 不好意思，第一次留言問題有點多。

謝謝！！</description>
		<content:encoded><![CDATA[<p>您好，我也是最近才將blog由舊server轉到新server上。但是一切轉移完之後，原本的中文卻都顯示亂碼。  </p>
<p>我照文中的方法試過，把備份的 sql 中所有的CHARSET=latin1 這個字串以CHARSET=utf8 取代之。但還是照常是亂碼。  </p>
<p>可是我從 myphpadmin 上看到table 的資料 Collation都顯示是utf8_general_ci，這樣的話問題可能會是因為哪個設定出問題呢？  </p>
<p>對於技術上的東西我真的不太熟，所以看了你的教學文章感覺獲益良多。 不好意思，第一次留言問題有點多。</p>
<p>謝謝！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：C.H.Weng</title>
		<link>http://blog.chweng.idv.tw/archives/169/comment-page-1#comment-1150</link>
		<dc:creator>C.H.Weng</dc:creator>
		<pubDate>Sun, 27 Aug 2006 06:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.chweng.idv.tw/blog/archives/169#comment-1150</guid>
		<description>這也是方法之一，不過缺點就是必須動到 WordPress 核心程式。每次升級的時候，都要記得去修改一下程式碼才行。</description>
		<content:encoded><![CDATA[<p>這也是方法之一，不過缺點就是必須動到 WordPress 核心程式。每次升級的時候，都要記得去修改一下程式碼才行。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sbox</title>
		<link>http://blog.chweng.idv.tw/archives/169/comment-page-1#comment-1147</link>
		<dc:creator>sbox</dc:creator>
		<pubDate>Sat, 26 Aug 2006 05:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.chweng.idv.tw/blog/archives/169#comment-1147</guid>
		<description>謝謝你的回覆，我已解決到問題了

分享一下我的做法︰
1. 我沒有改 my.ini 的 charset
2. 但在  /wp-includes/wp-db.php 找 $this-&gt;select($dbname);
然後在前面加入 $this-&gt;query(”SET NAMES ‘utf8′”); 便可以了!!

十分開心了，在phpMyAdmin可以看到中文了</description>
		<content:encoded><![CDATA[<p>謝謝你的回覆，我已解決到問題了</p>
<p>分享一下我的做法︰<br />
1. 我沒有改 my.ini 的 charset<br />
2. 但在  /wp-includes/wp-db.php 找 $this-&gt;select($dbname);<br />
然後在前面加入 $this-&gt;query(”SET NAMES ‘utf8′”); 便可以了!!</p>
<p>十分開心了，在phpMyAdmin可以看到中文了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：C.H.Weng</title>
		<link>http://blog.chweng.idv.tw/archives/169/comment-page-1#comment-1145</link>
		<dc:creator>C.H.Weng</dc:creator>
		<pubDate>Wed, 23 Aug 2006 14:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.chweng.idv.tw/blog/archives/169#comment-1145</guid>
		<description>不好意思，這邊我沒說清楚。

我指的是，搜尋整個文件中的 CHARSET=latin1 這個字串，並以 CHARSET=utf8 取代之，然後記得存檔。

如果文件中還有其他設定為 latin1 的部分，請記得要全部都改成 utf8，這樣重新匯入的時候才會以正確的編碼形式來建立資料庫的內容。</description>
		<content:encoded><![CDATA[<p>不好意思，這邊我沒說清楚。</p>
<p>我指的是，搜尋整個文件中的 CHARSET=latin1 這個字串，並以 CHARSET=utf8 取代之，然後記得存檔。</p>
<p>如果文件中還有其他設定為 latin1 的部分，請記得要全部都改成 utf8，這樣重新匯入的時候才會以正確的編碼形式來建立資料庫的內容。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sbox</title>
		<link>http://blog.chweng.idv.tw/archives/169/comment-page-1#comment-1144</link>
		<dc:creator>sbox</dc:creator>
		<pubDate>Wed, 23 Aug 2006 03:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chweng.idv.tw/blog/archives/169#comment-1144</guid>
		<description>我也想解決這個問題, 我也是用wordpress的, 想把latin1 轉為 utf8

請問如何用 utf8 字串取代掉所有的 latin1 字串??</description>
		<content:encoded><![CDATA[<p>我也想解決這個問題, 我也是用wordpress的, 想把latin1 轉為 utf8</p>
<p>請問如何用 utf8 字串取代掉所有的 latin1 字串??</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：simmingandmary</title>
		<link>http://blog.chweng.idv.tw/archives/169/comment-page-1#comment-202</link>
		<dc:creator>simmingandmary</dc:creator>
		<pubDate>Sat, 04 Feb 2006 08:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.chweng.idv.tw/blog/archives/169#comment-202</guid>
		<description>做得不是好好.</description>
		<content:encoded><![CDATA[<p>做得不是好好.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
