How to Install WordPress on Localhost
how to install WordPress on Localhost In this video we will learn how to install wordpress locally on windows 10 Operating system. First of All, we need to download and install XAMPP. XAMPP is software which used to run the server side language and WordPress Developed in WordPress, So, We need to download the xampp from official website and then install it. The xampp installation is very simple, once xampp installed on your pc, then you need to download the WordPress From WordPress.org official website. Once you download WordPress, then you need to copy the WordPress folder and paste it with xampp,htdocs folder and rename it. Once you do that, then you need to go start menu and open xampp-panel. Once you open xampp-panel, then you need to start apache and also MyQL. Apache is a server and MySQL is a database. Once you open that, then you need to go to your browser and write on address bar "localhost/" and whatever you've written name after the download wordpress folder. once you run it on browser, then you will able to WordPress Install steps. The first step you need to select the language, once you select the language, then you need to get the few things like database name, username, password etc from phpmyadmin. So, You need to go on browser and write localhost/phpmyadmin, once you write that, then you will able to see phpmyadmin dashboard. Once you open that, then you need to create a database, and then inside the database you will see PRIVILEGES tab. then inside there have a all the thing which are required to install the WordPress like username, server name etc. Once you get that, then you need to use them inside the WordPress installation process, that's it.