Could we help you? Please click the banners. We are young and desperately need the money
In this post, I'll take you through the basic steps of setting up WordPress with XAMPP.
First, download WordPress and install XAMPP:
Head into your XAMPP installation directory and move the WordPress directory you've downloaded to the "htdocs" (default) directory. You may rename the WordPress directory to whatever you prefer.
Inside the XAMPP application, start up Apache and MySQL.
Now, click on the "Admin" button for MySQL. Alternatively, you could also enter "localhost/phpmyadmin" into your browser. Either method will lead you to PhpMyAdmin, a visual interface for easy interaction with MySQL. It comes with pre-installed with XAMPP.
Head over to "Databases" and create a new one.
The user "root" does not have a set password on default, so you can leave that empty.
It will now ask you to fill in information such as "Website Title," "Username," "Password," etc.
Great, WordPress is now installed. Go ahead and log in with the username and password you've chosen earlier. You'll then be taken to the WordPress dashboard.