1、下载地址:猛击这里
2、选择安装路径,下一步,安装
3、后会出现询问框
1)
############################################################################
# XAMPP 1.7.3 – Setup #
#————————————————————————–#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#————————————————————————–#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de> #
# Kay Vogelgesang <kvo@apachefriends.org> #
############################################################################
Should I add shortcuts to the startmenu/desktop? (y/n): y
这里问是不是要添加一个快捷方式放开始菜单和桌面,我们选Y,即yes.
2)
############################################################################
# XAMPP 1.7.3 – Setup #
#————————————————————————–#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#————————————————————————–#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de> #
# Kay Vogelgesang <kvo@apachefriends.org> #
############################################################################
Should I locate the XAMPP paths correctly?
Should I proceed? (y/x=exit setup): y
是否确认刚才选择的路径,我们选Y,即yes。
3)
############################################################################
# XAMPP 1.7.3 – Setup #
#————————————————————————–#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#————————————————————————–#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de> #
# Kay Vogelgesang <kvo@apachefriends.org> #
############################################################################
Should I make a portable XAMPP without drive letters?
NOTE: – You should use drive letters, if you want use services.
- With USB sticks you must not use drive letters.
Your choice? (y/n): n
需要一个移动版的xampp吗?我们要Say no.
4)
relocating XAMPP…
relocate XAMPP base package
relocate Apache
relocate FileZilla FTP Server
relocate Mercury
relocate MySQL
relocate OpenSSL
relocate Perl
relocate PHP
relocate phpMyAdmin
relocate Sendmail
relocate Webalizer
relocate XAMPP Demopage
relocating XAMPP s?ssful.
XAMPP is ready to use.
Press <Return> to contin:
按回车就可以了。
5)
############################################################################
# XAMPP 1.7.3 – Setup #
#————————————————————————–#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#————————————————————————–#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de> #
# Kay Vogelgesang <kvo@apachefriends.org> #
############################################################################
I have set the timezone in ‘php.ini’ and ‘my.ini’ to “UTC”.
You should correct these vals if my gss was wrong.
Press <Return> to contin:
再按回车。
6)
############################################################################
# XAMPP 1.7.3 – Setup #
#————————————————————————–#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#————————————————————————–#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de> #
# Kay Vogelgesang <kvo@apachefriends.org> #
############################################################################
1. start XAMPP Control Panel
2. relocate XAMPP
(current path: C:\xampp)
3. disable HTTPS (SSL)
4. disable Server Side Incl?s (SSI)
5. enable IPv4 on
6. disable mod_perl
7. disable Apache::ASP
x Exit
Please choose (1-7/x):
可以选择1-7或者x ,1是启动xampp控制面板。我们选1.
7)
安装完结。
然后如果你安装得很正常,按start.能把 apache和mysql 开启那么打开你的浏览器,打开 http://localhost/ 就能看到XAMPP几个大字了。
证明软件可以正常运行,安装全部结束
4、在浏览器中输入地址:http://localhost/phpmyadmin/。进入数据库管理界面。选择 utf8_unicode_ci 和 utf8_general_ci 作为数据库格式,数据库名可以自定义

数据库
5、在网页上打开 http://localhost/wordpress/,点击 create a wp-config.php file 链接,然后根据后面的步骤输入数据库信息创建 wp-config.php
这个 WordPress 数据库配置文件。

建立WP