How to Install WordPress on Localhost Wamp Server



Tutorial shows you, how to install WordPress on localhost using Wamp local server. Install WordPress locally with easy steps

Subscribe To My Channel and Get More Great Tips:

Share this Video:

WordPress Download:

Wamp Download:

Notepad++ Download:

Steps to install WordPress on Wamp web server:
1. Assign a Static Local IP Address for your Server
2. Wamp Installation
3. Test Wamp Server with Your First PHP Script
4. Secure Wamp Server (Set MySQL Root Password)
5. WordPress Installation

1. Step First, Assign a Static Local IP Address for your Server

Open CMD (command prompt) and type ipconfig /all
The windows command is used for displaying all current network configuration information
This is all info what you need IP Address, Subnet Mask, Default Gateway and DNS server
OK, let’s Assign a Static IP Address
Right click on computer icon and open network and sharing center
Click on Change adapter settings
Right click on your local adapter, and click properties
Find and open Internet Protocol Version 4 (TCP/IPv4)
Select Use the following IP address, and enter your new IP address, Subnet mask, Default gateway, and DNS server, that corresponds with your network setup

2. Second step, Wamp Installation

Before the Wamp installation, install notepad ++
You can choose another web browser and editor for Wamp server

3.Third step, Test Wamp Server with Your First PHP Script

Start Wamp server and go to localhost
Go to Wamp, www, it is a root directory folder
Create or edit a file named index.php (Recommendation: use notepad ++) and put it in your web server’s root directory with the following script
Download PHP script:

Save file, and refresh the page.

4. Fourth step, Secure Wamp Server, (Set MySQL Root Password)

Open your web browser and type localhost/phpmyadmin
Type root in Username box and hit enter
Click on “User accounts”
Find account with user name “root” and host name “localhost”
Click “Edit privileges”
Then “Change password”
Type your password twice and hit “Go”
Make sure, that your password is strong, includes symbols, numbers, uppercase and lowercase characters
Restart server and login with your new password

5.WordPress Installation

Unzip WordPress,
Go to root directory folder, and create a new folder for your local website
Move all WordPress files in your website folder
Go to localhost/phpmyadmin and Create MySQL Database for your WordPress website
Open the wp-config-sample.php file with notepad
Type your MySQL database name, user and password
Save file as wp-config.php
Open your web browser, and go to your website: localhost/YourWebsite.com
Choose language
Enter your details and click “Install WordPress.”

Related Videos:

How to Host a Website From Home For Free Using WordPress and XAMPP Web Server

MySQL Set Root Password – Secure WAMP Server

How to host your own website from home-No money

Feel free to ask me any question!!!

Subscribe on YouTube Channel:
Find me on Facebook:
Follow me on Google Plus:
Follow me on Twitter:

This video-tutorial-attempt to answer all below questions:
how to install WordPress on localhost Wamp?
how to install WordPress on Wamp server?
how to install WordPress on local server using Wamp
How to install Wamp Server
How to install WordPress
How to Secure Wamp Server, (Set MySQL Root Password)
How to create MySQL database?
How to create wp-config.php file manually
How to Install WordPress Locally?

Nguồn: https://marishka-moi.com/

Xem thêm bài viết: https://marishka-moi.com/category/cong-nghe

26 Replies to “How to Install WordPress on Localhost Wamp Server”

  1. thanks for making this video..i was stucking on myphpadmin step for username or pwd…but after watching your video I completed my WordPress installation…

  2. The best tutorial I've seen on WAMP so far, but Mine keeps telling me "The requested URL/wordpress was not found on this server. Please how can I make mine work. I'm so frustrated!!! Please MMK help me!

  3. when i type localhost/ (name of my website) so it give this "Your PHP installation appears to be missing the MySQL extension which is required by WordPress." please help me

  4. thank u 🙂 i have a question please is this hosting my website online ? i mean can i access the website outside the lan ? or this is just for offline testing ?

  5. I am facing problem in installing wamp server.my wamp server after installation turns yellow not green and showing error.(2 of 3 services running) message is showing.

  6. Very informative. I searched here and there for getting accurate wamp installation process finally you helped me. Thanks a lot God bless you

  7. Very helpful. A little bit long – but as long as it has to be!!! 🙂 I wouldn't have come that far without it! You saved my night . . .

  8. I did everything exactly as described and when I get to 14:30 after making the wp-config.php file, I open my browser and type in localhost/'mywebsitename.com' using my correct name and I get the Apache error 404, website not found. How does wamps know that this website files are in that folder under the the root path of the C:drive? I even used wamps to create a virtual host in Apache and pointed it to that folder. I checked my hosts file and there is only one entry for my website there. Any ideas?

Leave a Reply

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