XAMPP + WordPress built in Ubuntu

Source: Internet
Author: User
Tags install wordpress
If people are not very interested, they are usually impatient. In order to improve their enthusiasm for Building websites, they are also mainly fun, select XAMPP + WordPress to create a blog website. First look: My platform is Ubuntu, XAMPP is selected because it is green, it can be used after decompression, pure play, not high requirements. As for WordPress, this well-known Blog system has been admired for a long time. Today we finally have it. Install XAMPP: Nothing to say. It's too simple. Go to its official website and check it.

If people are not very interested, they are usually impatient. In order to improve their enthusiasm for Building websites, they are also mainly fun, select XAMPP + WordPress to create a blog website.

First look:

My platform is Ubuntu. XAMPP is selected because it is green and can be used only after decompression. It is purely fun and not demanding.

As for WordPress, this well-known Blog system has been admired for a long time. Today we finally have it.

Install XAMPP: There is nothing to say. It's too simple. Go to its official website and check the two items.

Install WordPress: Decompress the wordpress folder in the compressed file to/opt/lampp/htdocs.

Note that there is a configuration problem that seems misleading on the Internet:

Another copy of The wp-config-sample.php for the wp-config.php

Modify it as follows:

Define ('db _ name', 'test'); // The NAME of the database

Define ('db _ user', 'root'); // Your MySQL username

Define ('db _ password', ''); //... and PASSWORD

If you do not set security, leave the password blank, but if you set the MySQL password (run/opt/lampp security ), change the password !!! Otherwise, the error "cocould not connet the database" occurs.

Related Article

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.