<?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>*﹎♡ DiDi的私人小别墅 ♨ &#187; XAMPP</title>
	<atom:link href="http://www.didisama.com/tag/xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.didisama.com</link>
	<description>我们都生活在一个叫做青春的梦里~梦总有一天会醒来，而回忆将一直闪耀……</description>
	<lastBuildDate>Fri, 24 Dec 2010 05:42:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>用XAMPP在本地（Windows XP）安装WordPress</title>
		<link>http://www.didisama.com/2009/04/10/xampp-local-wordpress/</link>
		<comments>http://www.didisama.com/2009/04/10/xampp-local-wordpress/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 03:11:19 +0000</pubDate>
		<dc:creator>DiDi</dc:creator>
				<category><![CDATA[计算机与Internet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[本地安装]]></category>

		<guid isPermaLink="false">http://www.didisama.com/2009/04/10/xampp-local-wordpress/</guid>
		<description><![CDATA[想换个主题~~发现如果上传后发现问题再改是很麻烦的事，所以想在本地建立一个安装环境，用来调试WordPress还是有很大必要滴～（步骤都相当简单啦，十分钟就能完成） 1、下载XAMPP软件（选择XAMPP Lite（精简版）—EXE（7-zip）（17MB）这个版本就可以） 2、解压缩至D:\Program Files下 3、打开D:\Program Files\xampplite，运行 setup_xampp.bat 4、运行xampp-control.exe，选择Apache、Mysql后的Start，看到Running表示在运行了（Apache要用到80端口，所以Start前请关闭迅雷、Skype等一些应用软件，否则Apache会显示busy） &#160; 5、打开浏览器，在地址栏输入 http://localhost/ 或者 http://127.0.0.1/，选择语言后进入主界面 6、如果要设置密码的话，点击左侧导航栏的“安全”，选择 要解决对于mysql, phpmyadmin以及xampp目录的问题, 您只需简单的执行 =&#62; http://localhost/security/xamppsecurity.php &#60;=&#160;&#160; [只允许localhost] &#160;&#160;&#160;&#160;&#160;&#160; 需要设2个密码，第一个是Mysql的密码（用户名默认是root），第二个是进入localhost时输入的用户名和密码 7、创建数据库 回到localhost，左侧导航栏—工具—phpMyAdmin，输入刚才设的密码（用户名为root），新建一个数据库，例如wordpress 8、将WordPress文件夹放在D:\Program Files\xampplite\htdocs\ 目录下，编辑wp-config-sample.php define(&#8216;DB_NAME&#8217;, &#8216;wordpress&#8217;);&#160;&#160;&#160;&#160; （刚才建的数据库名称） define(&#8216;DB_USER&#8217;, &#8216;root&#8217;);&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; （Mysql用户名，默认就是root） define(&#8216;DB_PASSWORD&#8217;, &#8217;12345&#8242;)&#160; （在第6步时你自己设的密码，默认是空的） define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; （不需要改） 这里需要注意，用记事本编辑的话，请一定要另存为ANSI编码，否则安装过程中会出现警告 Warning: Cannot modify header information（图） 这是utf8编码问题，如果你用的是UltraEdit等编辑器就没问题。 &#160; 9、运行 http://localhost/wordpress/wp-admin/install.php hoho~熟悉的安装界面出来咯~填入博客标题和电子邮件，安装过程就完成了 是不是很简单~DiDi第一次装时在Apache端口（开着迅雷= =）和编码那里卡了一下，其他都没什么问题。没有空间的朋友也可以在本地装一个XAMPP玩一玩WordPress啊，就当练手啦~~友情提醒哦，登陆后第一件事先改系统生成的那一串随机密码，查看博客的页面是 http://localhost/wordpress/]]></description>
			<content:encoded><![CDATA[<p>想换个主题~~发现如果上传后发现问题再改是很麻烦的事，所以想在本地建立一个安装环境，用来调试WordPress还是有很大必要滴～（步骤都相当简单啦，十分钟就能完成）</p>
<p>1、<a href="http://www.apachefriends.org/zh_cn/xampp-windows.html#1794" target="_blank">下载</a>XAMPP软件（选择XAMPP Lite（精简版）—EXE（7-zip）（17MB）这个版本就可以）</p>
<p>2、解压缩至D:\Program Files下</p>
<p>3、打开D:\Program Files\xampplite，运行 setup_xampp.bat</p>
<p>4、运行xampp-control.exe，选择Apache、Mysql后的Start，看到Running表示在运行了（Apache要用到80端口，所以Start前请关闭迅雷、Skype等一些应用软件，否则Apache会显示busy）</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://lh4.ggpht.com/_0aE-o9VjNgs/Sd60eYNkr3I/AAAAAAAAAXc/H11OGfO0BzQ/s800/2.jpg" /> </p>
<p>&#160;</p>
<p>5、打开浏览器，在地址栏输入 <a href="http://localhost/">http://localhost/</a> 或者 <a href="http://127.0.0.1/">http://127.0.0.1/</a>，选择语言后进入主界面</p>
<p>6、如果要设置密码的话，点击左侧导航栏的“安全”，选择 </p>
<blockquote><p>要解决对于mysql, phpmyadmin以及xampp目录的问题, 您只需简单的执行 </p>
<p>=&gt; <a href="http://localhost/security/xamppsecurity.php"><b>http://localhost/security/xamppsecurity.php</b></a> &lt;=&#160;&#160; [只允许localhost]</p>
</blockquote>
<p>&#160;&#160;&#160;&#160;&#160;&#160; 需要设2个密码，第一个是Mysql的密码（用户名默认是root），第二个是进入localhost时输入的用户名和密码</p>
<p>7、创建数据库</p>
<p>回到localhost，左侧导航栏—工具—phpMyAdmin，输入刚才设的密码（用户名为root），新建一个数据库，例如wordpress</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://lh3.ggpht.com/_0aE-o9VjNgs/Sd60iz9JJ2I/AAAAAAAAAXg/Y05L3PuFTY8/s800/6.jpg" /> </p>
<p>8、将WordPress文件夹放在D:\Program Files\xampplite\htdocs\ 目录下，编辑wp-config-sample.php</p>
<blockquote><p>define(&#8216;DB_NAME&#8217;, &#8216;wordpress&#8217;);&#160;&#160;&#160;&#160; （刚才建的数据库名称）</p>
<p>define(&#8216;DB_USER&#8217;, &#8216;root&#8217;);&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; （Mysql用户名，默认就是root）</p>
<p>define(&#8216;DB_PASSWORD&#8217;, &#8217;12345&#8242;)&#160; （在第6步时你自己设的密码，默认是空的）</p>
<p>define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; （不需要改）</p>
</blockquote>
<p>这里需要注意，用记事本编辑的话，请一定要另存为ANSI编码，否则安装过程中会出现警告 Warning: Cannot modify header information（图） 这是utf8编码问题，如果你用的是UltraEdit等编辑器就没问题。</p>
<p>&#160;<img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://lh5.ggpht.com/_0aE-o9VjNgs/Sd60obCVLKI/AAAAAAAAAXk/j1njLnG_-bU/s640/7.jpg" /> </p>
<p>9、运行 <a title="http://localhost/wordpress/wp-admin/install.php" href="http://localhost/wordpress/wp-admin/install.php">http://localhost/wordpress/wp-admin/install.php</a> hoho~熟悉的安装界面出来咯~填入博客标题和电子邮件，安装过程就完成了</p>
<p>是不是很简单~DiDi第一次装时在Apache端口（开着迅雷= =）和编码那里卡了一下，其他都没什么问题。没有空间的朋友也可以在本地装一个XAMPP玩一玩WordPress啊，就当练手啦~~友情提醒哦，登陆后第一件事先改系统生成的那一串随机密码，查看博客的页面是 <a title="http://localhost/wordpress/" href="http://localhost/wordpress/">http://localhost/wordpress/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.didisama.com/2009/04/10/xampp-local-wordpress/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

