<?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>Kiefer's Blog &#187; WordPress</title>
	<atom:link href="http://www.angere.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.angere.net</link>
	<description>...</description>
	<lastBuildDate>Mon, 08 Feb 2010 02:49:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress 2.5 Now!</title>
		<link>http://www.angere.net/2008/04/01/wordpress-25-now/</link>
		<comments>http://www.angere.net/2008/04/01/wordpress-25-now/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 15:22:20 +0000</pubDate>
		<dc:creator>Kiefer</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CNFinance]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.angere.net/?p=108</guid>
		<description><![CDATA[WordPress 2.5 Now! 之前和CNFinance一样是2.2的，前几天CNFinance被78.109.21.80插入大量垃圾代码只好升级到2.3.3，没想到没过两天2.5就出来了，看样还要再来一遍，不过这次貌似不动数据库了。 PS: CNFinance WordPress 2.5 Now!]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.5 Now!</p>
<p>之前和<a title="中国概念股" href="http://www.cnfinance.org" target="_blank">CNFinance</a>一样是2.2的，前几天<a title="中国概念股" href="http://www.cnfinance.org" target="_blank">CNFinance</a>被<a href="http://78.109.21.80/" target="_blank">78.109.21.80</a>插入大量垃圾代码只好升级到2.3.3，没想到没过两天2.5就出来了，看样还要再来一遍，不过这次貌似不动数据库了。</p>
<p>PS: <a title="中国概念股" href="http://www.cnfinance.org" target="_blank">CNFinance</a> WordPress 2.5 Now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.angere.net/2008/04/01/wordpress-25-now/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WP mysql数据库乱码问题解决</title>
		<link>http://www.angere.net/2007/06/15/wordpress-mysql-utf8/</link>
		<comments>http://www.angere.net/2007/06/15/wordpress-mysql-utf8/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 07:34:03 +0000</pubDate>
		<dc:creator>Kiefer</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Phpmyadmin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.angere.net/2007/06/15/wordpress-mysql-utf8/</guid>
		<description><![CDATA[先说下，我这个数据库(转前)情况： MySQL 字符集:UTF-8 Unicode (utf8) MySQL 连接校对:utf8_general_ci Collation:latin1_swedish_ci 前台正常显示，后台中文显示乱码。这个问题是由于使用DH后台建的库，通过这方法建的库编码是latin1_swedish_ci。 通过DH后台建的库，首先要在phpmyadmin里面把Collation改为utf8_general_ci，然后执行。 方法一 当时第一次用WP，也是第一次研究php,mysql，没有在意这个问题。 通过现有的WP，使用WP自带备份系统备份出来的也是乱码！ 然后我试着使用这个方法： 步骤1 把数据库用dbmanager备份出来，导入到本机用phpmyadmin建的库，这个库的编码为 latin1_swedish_ci。 按照SAi的方法把wp-config.php(WP2.2)里面的DB_CHARSET设置为latin1，默认为utf8 define(&#8216;DB_CHARSET&#8217;, &#8216;latin1&#8242;); 这样的设置后，前台就不会显示乱码，后台乱码依旧。 然后再使用Utom的办法使用WP自带备份系统备份，备份出来的可以正常显示，不是乱码了。 步骤2 再用phpmyadmin建个库，这个库的编码为utf8_general_ci 然后把WP配置以下，使用这个库。 弄好后，使用WP自带备份系统，把刚才导出来的xml文件，再导进去，就可以了。这样前台，后台都不是乱码了。 缺点：使用WP自带备份系统有限制，我定义的很多tag都导不出。 比较麻烦，没有方法二，整体转换数据库好。 方法二 把DH主机上的mysql字符集倒腾为utf8 http://www.fwolf.com/blog/post/310 Fwolf&#8217;s Blog的方法，他Blog里有许多mysql文章，很有用。 PS:关于PJ转WP 三种办法 utom的方法 http://utombox.com/import-to-wordpress/ aw的方法 http://www.awflasher.com/blog/archives/800 抛砖引玉的方法 &#8230; <a href="http://www.angere.net/2007/06/15/wordpress-mysql-utf8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>先说下，我这个数据库(转前)情况：</p>
<blockquote><p>MySQL 字符集:UTF-8 Unicode (utf8)<br />
MySQL 连接校对:utf8_general_ci<br />
Collation:latin1_swedish_ci</p></blockquote>
<p>前台正常显示，后台中文显示乱码。这个问题是由于使用DH后台建的库，通过这方法建的库编码是latin1_swedish_ci。<br />
通过DH后台建的库，首先要在phpmyadmin里面把Collation改为utf8_general_ci，然后执行。</p>
<p>方法一<br />
当时第一次用WP，也是第一次研究php,mysql，没有在意这个问题。<br />
通过现有的WP，使用WP自带备份系统备份出来的也是乱码！<br />
然后我试着使用这个方法：<br />
步骤1 把数据库用dbmanager备份出来，导入到本机用phpmyadmin建的库，这个库的编码为<br />
latin1_swedish_ci。</p>
<p>按照<a href="http://www.saicn.com" target="_blank">SAi</a>的方法把wp-config.php(WP2.2)里面的DB_CHARSET设置为latin1，默认为utf8</p>
<blockquote><p>define(&#8216;DB_CHARSET&#8217;, &#8216;latin1&#8242;);</p></blockquote>
<p>这样的设置后，前台就不会显示乱码，后台乱码依旧。</p>
<p>然后再使用<a href="http://utombox.com" target="_blank">Utom</a>的办法使用WP自带备份系统备份，备份出来的可以正常显示，不是乱码了。</p>
<p>步骤2 再用phpmyadmin建个库，这个库的编码为utf8_general_ci<br />
然后把WP配置以下，使用这个库。<br />
弄好后，使用WP自带备份系统，把刚才导出来的xml文件，再导进去，就可以了。这样前台，后台都不是乱码了。</p>
<p>缺点：使用WP自带备份系统有限制，我定义的很多tag都导不出。<br />
比较麻烦，没有方法二，整体转换数据库好。</p>
<p>方法二<br />
把DH主机上的mysql字符集倒腾为utf8<br />
<a href="http://www.fwolf.com/blog/post/310" target="_blank">http://www.fwolf.com/blog/post/310</a><br />
Fwolf&#8217;s Blog的方法，他Blog里有许多mysql文章，很有用。</p>
<p>PS:关于PJ转WP<br />
三种办法</p>
<blockquote><p> utom的方法 <a href="http://utombox.com/import-to-wordpress" target="_blank">http://utombox.com/import-to-wordpress/</a><br />
aw的方法 <a href="http://www.awflasher.com/blog/archives/800" target="_blank">http://www.awflasher.com/blog/archives/800</a><br />
抛砖引玉的方法 <a href="http://www.paozhuan.cn/97" target="_blank">http://www.paozhuan.cn/97</a></p></blockquote>
<p>我所使用的是抛砖引玉的方法<br />
我在win平台，试了几次文章导入不全，只能小部分，我自己的200多篇文章只导进去20篇，我试着把导出的文件，分成几个文件一个一个导入，这样可以正常导入，post和page一定要分开，不能在一个文件里，每个文件大概不能超30个。<br />
大概linux不会这样，我还没试过。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.angere.net/2007/06/15/wordpress-mysql-utf8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

