How to Install WordPress with XAMPP on Windows 10 Computer?

Whether you are managing your blog as a part-time hobby or doing an online shop to earn lucrative profits, WordPress content management has you covered. It is the most popular content management system that can be used to create easy to handle and pretty to look websites. However, in order to run WordPress, you will need to install a database server, PHP server scripting modules and a web server.

Fortunately, there are open source software that are making it easy as hell to install WordPress on Windows 10 computer. XAMPP is one such program that is easy to install and free to use. Here’s how to install WP on Windows 10 with XAMPP.

How to Install WordPress with XAMPP on Windows 10 Computer?

To get WP on Windows 10, follow the following steps:

1. Download XAMPP Server Package

How to Install WordPress with XAMPP on Windows 10 Computer?

In order to get started with the XAMPP on your Windows 10, you need to get it downloaded. Click the link to download the complete XAMPP Package on your computer.

2. Install XAMPP Server

How to Install WordPress with XAMPP on Windows 10 Computer?

After getting the package downloaded, install the program. You will need to install the package with Apache, MySQL, PHP and Perl. Wait until the installation process is completed.

3. Configure XAMPP Server

How to Install WordPress with XAMPP on Windows 10 Computer?

After the package has been installed, you need to open the XAMPP file and start up MySQL and Apache services. In order to make sure if these services are running, open Internet Explorer on the host machine and type http://locahost. This would bring up the default XAMMP page.

How to Install WordPress with XAMPP on Windows 10 Computer?

Now in order to validate MariaDB is installed and functioning, you need to open the Shell command prompt on the right of XAMPP Control Panel. This would launch the command shell. There type, mysql. It would prompt you onto MariaDB database server.

Open Shell command windows again, in order to secure MariaDB database server. From there, type:

perl\bin\perl.exe mysql\bin\mysql_secure_installation.pl

How to Install WordPress with XAMPP on Windows 10 Computer?

This will prompt you to the next page where you need to answer the question from the guide below.

  1. Enter current password for root (enter for none): Just press the Enter
  2. Set root password? [Y/n]: Y
  3. New password: Enter password
  4. Re-enter new password: Repeat password
  5. Remove anonymous users? [Y/n]: Y
  6. Disallow root login remotely? [Y/n]: Y
  7. Remove test database and access to it? [Y/n]:  Y
  8. Reload privilege tables now? [Y/n]:  Y

4. Create WordPress Database

While still in the Shell command windows, type the following commands to login to MariaDB database server. Type the password you entered above when prompted.

mysql -u root –p

Then create a database called wpdb

CREATE DATABASE wpdb;

Now create a database user called wpuser with new password

CREATE USER ‘wpuser’@’localhost’ IDENTIFIED BY ‘new_password_here’;

Then grant the user full access to the database

GRANT ALL ON wpdb.* TO ‘wpuser’@’localhost’ IDENTIFIED BY ‘user_password_here’ WITH GRANT OPTION;

Finally, save your changes and exit.

5. Download WordPress Content

The WordPress database has been created now. You need to download WordPress package from its downloading page. After downloading the WordPress zip package, extract it into C:\xampp\htdocs.

How to Install WordPress with XAMPP on Windows 10 Computer?

You can delete all the files and folders under HTDOCS folder and extract WordPress files. When done, open Chrome Browser and type:

http://localhost

How to Install WordPress with XAMPP on Windows 10 Computer?

This type you should see WordPress default setup page.

Now type in the database connection info and continue.

How to Install WordPress with XAMPP on Windows 10 Computer?

Create WordPress admin account and continue. After installing, logon to WordPress admin dashboard.

How to Install WordPress with XAMPP on Windows 10 Computer?

How to Install WordPress with XAMPP on Windows 10 Computer?

That’s it! You are good to go with brand new WordPress installation on your local windows 10 computer.

How to Install WordPress with XAMPP on Windows 10 Computer?

Leave a Reply

Your email address will not be published. Required fields are marked *

GetPCApps.com © 2018 - 2023 - All Software Available for Download at Get PC Apps are either Freeware or Trial Versions. We Respect Copyrights!
Close