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:
Once you're done with the above steps, go into your XAMPP Installation-Folder and copy the WordPress-Folder you downloaded to the "htdocs" (default) directory. You may also rename the WordPress-Folder to anything you want.
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.) This will open up PhpMyAdmin, a tool designed to administrate MySQL. It comes with the basic installation of XAMPP. This is their website, if you want to know more about it.
Head over to "Databases" and create a new one. Call it something along the lines of "db_websitename". "websitename" here is just what you called your WordPress-Folder.
Enter "localhost/websitename" into your browser.
You should now be on the WordPress-Setup page.
Select your prefered language.
Enter your Database-Information as seen in the picture.
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 which you've entered before, it will take you to your WordPress-Dashboard.