I believe that everyone is familiar with WordPress. Before you start to build a blog using a virtual host or VPS host, you may wish to build a local WordPress to familiarize yourself with background operations, and then try again later. Otherwise, the host domain name may have been rented for half a year before it finds that it has not started. To install a Wordpress blog locally, XAMPP is quite popular.
I believe that everyone is familiar with WordPress. Before you start to build a blog using a virtual host or VPS host, you may wish to build a local WordPress to familiarize yourself with background operations, and then try again later. Otherwise, the host domain name may have been rented for half a year before it finds that it has not started.
To install a Wordpress blog locally, XAMPP is quite popular and is also one of my favorite programs. How to use XAMPP to build WordPress? a detailed graphic introduction is provided below.
XAMPP installation
1-First, you need to download and install XAMPP. when installing XAMPP, you do not need to pay too much attention to it. The only thing you need to pay attention to is the installation path of XAMPP. please change the path you are familiar, otherwise, as one of my colleagues, the installation path cannot be found after installation (although it is easy to find out ).
2-After XAMPP is installed, it will jump to the XAMPP control panel. at this time, you need to start Apache and MySQL.
Create a Wordpress database
3-Make sure that http: // localhost/xampp/index. php is enabled after Apache and MYSQL are started.PhpmyadminEnter the database;
4-Create a new database for your Wordpress. The example here is XAMPP-Blog;
Start WordPress installation
5-Log on to the Wordpress official website http://cn.wordpress.org/download the latest wordpressapp. after the download, decompress the htdocs under the xamppinstallation Directory (I wrote D: \ ProgramFiles \ xampp \ htdocs );
6-Start to install WordPress, enter http: // localhost/wordpress/in the address bar of the browser, click "create configuration file"-"Start Now", and enter your database information, the database name is the name of the data created earlier. the username is root and the password is blank. you do not need to modify the name;
7-If you are prompted to install wordpress, click "install" and enter the wordpress information (blog name, user name, password, and email) as Prompted. after this step is completed, the system prompts that the installation is successful, use your account and password to log on to the Wordpress background.