Windows7 WordPress Local Installation and network development environment to build

Source: Internet
Author: User
Tags install wordpress wordpress database

First, open HTTP://www. Wampserver.com/en Download the Windows Network Development environment package to build the development environment.

Second, open http://cn.wordpress.org download the latest WordPress installation package, and extract to the X:\wamp\www directory.

Third, open the x:\wamp\www\wordpress\wp-config-sample.php with a text editor to configure the following three items:

1./** Name of WordPress database */
Define (' db_name ', ' wordpress_db ')

Left click on the notification bar wampserver, open phpMyAdmin click "New", create the corresponding WordPress database, name I take the wordpress_db

2./** MySQL Database user name */
Define (' Db_user ', ' root ');

MySQL database user name is root by default

3./** MySQL Database password */
Define (' Db_password ', ");

The MySQL database password is empty by default

Four, visit http:127.0.0.1/wordpress/wp-admin/install.php to install WordPress, followed by the prompt operation.

Finally, you can easily enjoy the endless fun of WordPress!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.