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.