Skip to main content

Command Palette

Search for a command to run...

How to Install Wordpress 5.6 on Locally via Xampp

Updated
1 min read
How to Install Wordpress 5.6 on Locally via Xampp
A

Software engineer focusing on PHP, JavaScript, HTML, CSS, CI/CD, GitHub, AWS, Azure & Magento Commerce. I enjoy code for good projects, tech, gym, nature, travel, fried chicken, and coffee.

All my articles are educational only from my experience.

Feel free to connect.

  • Download and install and setup your xampp by following below instructions from Apache friends

https://www.apachefriends.org/index.html

  • Open xammp and Turn on Apache and MySQL

  • Go to http://localhost/dashboard/

  • You should see a page like this

image.png

  • Go to your xammp installation folder - eg D/xammp/htdocs

  • Then go to htdocs folder

image.png

  • Create a new folder named wordpress5.6

  • Download wordpress and extract files from below link

  • https://wordpress.org/download/

  • Copy wordpress files and put into the xammp/htdocs/wordpress5.6 folder so looks like below

image.png

  • Go to phpMyAdmin to create a new database

  • http://localhost/phpmyadmin/

  • Click new

  • Fill databasename= wordpress5.6

  • Click create

image.png

  • Open your wordpress installation in browser

  • http://localhost/wordpress5.6/

  • You should see below

image.png

  • Go through instructions

  • Database Name: wordpress5.6

  • Username: root
  • Password: “leave blank”
  • Database Host: localhost

  • After installation your site will be completed installation!

  • Login with your wordpress user and password

image.png

Post a comment if this worked for you!

If it didn't post a comment and I will get back to you

Happy Coding :) Asrin

If this helped you consider buying me a coffee :)