Study diary-Post the first WordPress

Source: Internet
Author: User

Configure WordPress

1. Installing XAMPP

Https://www.apachefriends.org/zh_cn/index.html

2. Download the latest version of WordPress

Unzip to the XAMPP installation path. \xampp\htdocs\

3. Start XAMPP

4. Configure MySQL in the XAMPP panel: click "Admin"

5. Go to the console and create a database

6. Modify: \xampp\htdocs\wordpress\wp-config.php file

/** Name of WordPress database */
Define (' db_name ', ' database name ');

/** MySQL Database user name */
Define (' Db_user ', ' User name ');

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

7. Open the browser and enter "Localhost/wordpress"

8. Start the installation

BTW: Since the end of the blog park, moved to WordPress

Study diary-Post the first 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.