Install Wordpress Localhost

How to install WordPress on localhost (XAMPP)

Posted by

WordPress is an open-source web management system based on PHP. We can make blogging, eCommerce site by WordPress.

We can install themes easily in WordPress to change the layout. We can install the plugin to extend the functionality of WordPress.

Before the installation of WordPress, We should have Apache and MySQL server.

Steps to install WordPress on localhost:

  1. Download the latest version of WordPress from WordPress.org and extract it.
  2. Make sure your Apache and Mysql servers are running.xampp-server
  3. Create a database from localhost(localhost/PHPMyAdmin). Enter the database name which you want. I have created ‘mywordpress’ database.PHPMyAdmin WordPress
  4. Rename the extracted file if you want then copy it into htdocs.
  5. Type localhost/WordPress on your web browser. Enter Database Name, Database Username, Database Password, Database Host, you can change Table Prefix. Then click on Submit.Wordpress Database details
  6. Click on Run the install.Wordpress run installation
  7. Enter Site Title, Choose Username and Unique Password, Enter Email Address then click on Install WordPress.Wordpress site details setup
  8. After installation, Login with Your Username and Password.

Leave a Reply

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