One: Installation Wamp
Windows Apache+mysql/mariadb+perl/php/python, a group of open-source software used to build dynamic Web sites or servers, are themselves separate programs, but because they are often used together, they have a higher degree of compatibility, Together make up a powerful Web application platform.
Common WAMP Integration Environment Wamp refers to the use of Apache, MySQL and PHP integrated installation environment on Windows Server, can quickly install the configuration Web server, generally speaking, everyone is accustomed to the Apache, MySQL, PHP installed under the Linux system, However, it is undeniable that Windows has its advantages, is easy to use, user-friendly, software-rich, easy to operate, so for the novice in the Windows platform using Apache, MySQL, PHP is also a good choice. Below I will describe several WAMP integration environments that can be used under Windows. [1] wampserver-wampserve integrates Apache, MySQL, PHP, phpMyAdmin, Apache-enabled mod_rewrite,php extensions, Apache modules only need to be "on/off" in the menu It was done on the dot, eliminating the hassle of modifying the configuration file. In general, LAMP (Linux + apache + mysql + php) is better than Wamp (Windows + apache + mysql + php) for both security and performance, but because Windows has an easy-to-use feature, Wamp is not a beginner A good choice for a person. [2] wcpsoftamp-This product is based on open source programs APACHE2.2.21, PHP5.2.17, PHP5.3.5, MYSQL5.0.67, and PHPmyadmin3.4.10.1 packages. Independent research and development of integrated control program Wcpsoftamp, its characteristics: convenient, practical, free of installation, the use of no charge. Saves the novice to learn the PHP configuration environment time, but also developers in the development process can quickly switch between different versions to run, so that the program more general and more stable. 1) Download wampserver Direct decompression installation can link: http://pan.baidu.com/s/1jhndviq can also go to the official website according to its own number of system download HTTP// www.wampserver.com/installation, remember to run the software as an administrator, choose a good path, the next step, you can, install or relatively simple installation the lower right corner will appear green service wampserver after the installation is complete, By default the language is English, now let's set to "Simplified Chinese" in the lower right corner of the taskbar "Wampserver" icon on the "left key", www directory; is installed WordPress
After opening the WWW directory,
Unzip the Wordpress-3.5.2-zh_cn.zip file, note, unzip directly to the current directory is good. Links: Http://pan.baidu.com/s/1jIsf5aA
Rename the extracted files to WordPress and put them under the WWW directory under your wamp installation path.
For example, if your wamp installed on the D-disk, for example, the small seven side is directly extracted from the folder into the D:\Tools\Wordpress\wamp\www this path (some people found that there are fewer than 3 files, because the small seven side of the other 3 files to delete).
Access the http://localhost/wordpress/in the browser.
1. Click Create Profile
2.
It is important to note that the database name must be populated in phpMyAdmin database ******
The configuration database form appears.
- Database name default test;
- User name fill in root
- The password is empty, but enter a space;
- Neither the database host nor the table prefix should be modified;
Continue to the next step, below will create some basic information of WordPress blog.
Why is this database name test? In fact, it is not necessarily test, you can create a database from the phpMyAdmin you can also
Like the following, I created
3. Submit directly after filling in the information
Fill in the information, click Install
The following information is prompted after successful installation
Then you can log in with your account password.
Successfully entered WordPress
Build WordPress blog site under Windows