How to Install WAMP (with Pictures) - wikiHow (2024)

  • Categories
  • Computers and Electronics
  • Software

Download Article

Explore this Article

parts

1Downloading and Installing Visual C++

2Downloading and Installing WAMP

3Starting and Accessing WAMP

4Troubleshooting

+Show 1 more...

-Show less...

Other Sections

Related Articles

References

Article Summary

Written byTravis Boylls

Last Updated: October 6, 2021

Download Article

WAMP is a must-have if you want to use your computer as a virtual server for developing, installing, and testing websites. We'll walk you through the process of downloading and installing it so you can get started today!

Part 1

Part 1 of 4:

Downloading and Installing Visual C++

Download Article

  1. 1

    Go to https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads in a web browser. This is the download page for Visual C++. You must have the latest version of Visual C++ installed on your computer in order for WAMP to work properly.

  2. 2

    Click the download file that is appropriate for your system. If you are running Windows 64-bit, click "vc_redist.x64.exe". If you are running Windows 32-bit, click " vc_redist.x86.exe". The download will start automatically.

    • If you are not sure which version of Windows you are running, you can find out in the Settings menu. To access it, click the Windows Start icon, then click the gear icon. Then click System, followed by About.

    Advertisem*nt

  3. 3

    Open the "vcredist" executable file. By default, you can find downloaded files in your Downloads folder, or inside your web browser. Click the "vcredist" file to open it.

  4. 4

    Click "I agree to the license terms and conditions" and click Install. You can read the license terms and conditions in the text box and click Install.

    • If you already have the latest version of Visual C++ installed on your system, you will be given the option to "Repair", "Uninstall" or "Close". Simply click Close.
  5. 5

    Click Yes. If you are asked if you want to allow Visual C++ Redistribution to make changes to your system, click Yes.

  6. 6

    Click Close. Once the install is finished, click Close to finish the installation.

  7. Advertisem*nt

Part 2

Part 2 of 4:

Downloading and Installing WAMP

Download Article

  1. 1

    Go to http://wampserver.aviatechno.net/ a web browser. This contains a download for WAMP server for both 32-bit and 64-bit versions of Windows.

  2. 2

    Click the install file that is appropriate for your system. There is two install file download links at the top of the page. If you are running Windows 64-bit, click "Wampserver 3.2.0 64 bit x64". If you are running Windows 32-bit, click "Wampserver 3.2.0 32 bit x86". Your download will begin immediately.

  3. 3

    Click the WAMPserver install file. By default, you can find downloaded files in your Downloads folder, or in your web browser.

    • If you are asked to allow Wamp server to make changes to your system, click Yes.
    • If you have Skype open on your computer, be sure to close it before you start the installation.
    • If you already have a version of WAMP installed on your computer, be sure to uninstall it before you install the latest version. Do not install WAMP over an existing version of WAMP.
  4. 4

    Select a language and click Ok. Use the drop-down menu to select your language, then click Ok.

  5. 5

    Click "I accept the agreement" and click Next. You can read the license agreement in the text box. When you are finished, click the radio option next to "I accept the agreement" and click Next.

    • If you are not sure which version of Windows you are running, you can find out in the Settings menu. To access it, click the Windows Start icon, then click the gear icon. Then click System, followed by About.
  6. 6

    Read the prerequisites and click Next. This page contains prerequisites that are needed to install WAMP. Read over the prerequisites and make sure they are all met. If you do not meet all the prerequisites, click Cancel and make sure all the prerequisites are met before trying the installation again. If you meet all the prerequisites, click Next to continue.

  7. 7

    Click Browse to select an install location and click Next. The WAMP install location should be at the root of a disk drive (i.e. C:\wamp, D:\wamp). The install folder should have no spaces or special characters in it.

  8. 8

    Select the components you want to install and click Next. Click the checkbox next to the components you want to install. The components that are greyed out are required. You can install newer versions of PHP and also install MySQL. Click Next when you are ready to continue.

    • To install MySQL, click the checkbox next to MySQL and then click radio option next to the version of MySQL you want to install.
  9. 9

    Click Next. This will create a shortcut in the Start folder.

  10. 10

    Click Install. This installs WAMP with all the components you selected.

  11. 11

    Select a default web browser. During the installation process, you will be informed that Internet Explorer is the default browser for WAMP and asked if you want to choose a different browser. If you want to choose a different browser, click Yes. Navigate to the executable file for the web browser you want to use. Click it to select it, and click Open.

    • Most web browser executables are in their own folder in the "Program Files (x86)" folder. For example, you can find the executable for Google Chrome at "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
  12. 12

    Select a default text editor. Notepad is the default text editor for WAMP. During the installation process, you are asked if you want to choose a different text editor. If you want to choose a different text editor, click Yes and select the executable of the text editor you want to use. If you want to use Notepad, click No to continue.

  13. 13

    Read the information and click Next. This screen has some information about how to start WAMP for the first time. Read over the information and click Next to continue.

  14. 14

    Click Finish. This completes the installation process.

  15. Advertisem*nt

Part 3

Part 3 of 4:

Starting and Accessing WAMP

Download Article

  1. 1

    Click the WAMP icon to start WAMP. You can find the WAMP icon in Windows Start menu or desktop. You will see a few Command Prompt windows appear and then disappear. When WAMP is running, you can find the WAMP logo icon in the Windows Taskbar in the lower-right corner. If the WAMP icon is green, all services are running. If the WAMP icon is yellow, some services are running. If the WAMP icon is red, no services are running.

  2. 2

    Click the WAMP icon in the taskbar. This opens the WAMP menu.

  3. 3

    Click www directory to open your local site folder. This is the folder labeled "www" in the WAMP installation folder. Save all your local website builds in this folder. You can create a new subfolder for each website build you want to make and save all your HTML, CSS, PHP, and other website files in that folder.

  4. 4

    Login to phpMyAdmin. You can use phpMyAdmin to create new databases and manage them. Use the following steps to log in to phpMyAdmin:

    • Click the WAMP icon in the taskbar.
    • Click phpMyAdmin.
    • Use the drop-down menu next to "Server Choice" to select MariaDB or MySQL.
    • Enter "root" as the default username.
    • Leave the password field blank.
    • Click Go.
  5. Advertisem*nt

Part 4

Part 4 of 4:

Troubleshooting

Download Article

  1. 1

    Restart WAMP. If some or no services are running in WAMP, first try restarting all services. Use the following steps to restart all WAMP services:

    • Click the WAMP icon in the taskbar.
    • Click Restart All Services.
  2. 2

    Test ports for conflicting software. WAMP uses 3 different ports for its services. It uses Port 80 for Apache, Port 3306 for MariaDB, and Port 3308 for MySQL. If another program is using one of these ports, it will conflict and prevent the service from working. You can either uninstall the conflicting program or change the port. Use the following steps to test a port for conflicting software:

    • Right-click the WAMP icon in the taskbar.
    • Hover over Tools
    • Click Test port 80, Test port 3306, or Test MySQL port used: 3308.
  3. 3

    Change a port. If there is a conflict with a port and you don't want to install the conflicting software, use the following steps to change the port:

    • Right-click the WAMP icon in the taskbar.
    • Hover over Tools
    • Click Use port other than 80, Use port other than 3306, or Use port other than 3308.
    • Type a new port number or use the suggested port number in the field.
    • Click Ok. [1]
  4. Advertisem*nt

Expert Q&A

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

      Advertisem*nt

      Submit a Tip

      All tip submissions are carefully reviewed before being published

      Submit

      Thanks for submitting a tip for review!

      You Might Also Like

      How toInstall Google Chrome Using Terminal on Linux
      A Step-by-Step Guide to Uninstalling Valorant How to Download Files and Documents to a Computer or MobileHow to Disable McAfee LiveSafe or Total Protection Without UninstallingEasy Ways to Install AltStore (with Pictures)How to Install RobloxHow toUninstall Chrome on Android2 Simple Ways to Uninstall the Epic Games LauncherHow toUninstall OperaHow toUninstall SteamHow toInstall or Remove an RPM Package

      Advertisem*nt

      About This Article

      How to Install WAMP (with Pictures) - wikiHow (47)

      Written by:

      Travis Boylls

      wikiHow Technology Writer

      This article was co-authored by wikiHow staff writer, Travis Boylls. Travis Boylls is a Technology Writer and Editor for wikiHow. Travis has experience writing technology-related articles, providing software customer service, and in graphic design. He specializes in Windows, macOS, Android, iOS, and Linux platforms. He studied graphic design at Pikes Peak Community College. This article has been viewed 354,139 times.

      How helpful is this?

      Co-authors: 46

      Updated: October 6, 2021

      Views:354,139

      Categories:

      Article SummaryX

      1. Download the latest version of Visual C++ from https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads.
      2. Download the version of WAMP that is best for your system at http://wampserver.aviatechno.net/.
      3. Open the install file and select your language. 4. Agree to the terms and conditions.
      5. Make sure all the pre requisitions are met before continuing.
      6. Select the root of a disk drive as the install location for WAMP.
      7. Select which components you want to install.
      8. Click Install.
      9. Select the executable file for your default web browser and text editor.
      10. Click Next followed by Finish.
      11. Click the WAMP icon to launch WAMP.
      12. Click the WAMP icon in the taskbar to open the WAMP menu. 13. Click Restart All Services to restart WAMP.

      Did this summary help you?

      • Print
      • Send fan mail to authors

      Thanks to all authors for creating a page that has been read 354,139 times.

      Is this article up to date?

      Advertisem*nt

      How to Install WAMP (with Pictures) - wikiHow (2024)

      FAQs

      How to install WAMP step by step? ›

      Install WAMP on your PC
      1. Go to www.wamp.com and download the appropriate server. ...
      2. Click on the downloaded .exe file, which shows first screen with version for Apache, MySQL and PHP.
      3. Click next button and the screen ask you about license agreement. ...
      4. Then provide the path where you want to install WAMP.

      How do I download and install WAMP on my computer? ›

      Installation Process of WAMP Server
      1. To download the WAMP Server, visit the "Wamp Server" website in your web browser.
      2. Click on the "WAMP SERVER 64 BITS (X64).
      3. Now, click on the "download directly" link to start downloading.
      4. Double-click the downloaded file to launch the WAMP installer.
      Feb 22, 2024

      Why is WAMP server not installing? ›

      The response you are getting means that you are trying to install an incomplete version of WAMPSERVER. The incomplete version could be an addon or an extension. Visit wampserver website and click on the version you would like to download. Desist from using download latest button.

      How to install PHP WAMP? ›

      WAMP installation guide
      1. Double click on the wamp installation executable (we have used WampServer2. ...
      2. Select I accept the agreement.
      3. Select destination folder.
      4. Select whether you want a Quick launch icon and desktop icon.
      5. Click Install to beginning the installation.
      6. Installation progresses.
      Aug 19, 2022

      Which is better, WAMP or XAMPP? ›

      Programming Languages: XAMPP supports both Perl and PHP, while WAMP is focused on PHP only. Ease of Use: XAMPP is generally user-friendly but can be daunting for beginners compared to WAMP. Feature Set: XAMPP is more powerful, but also heavier compared to the more streamlined WAMP.

      How do you check WAMP is installed or not? ›

      You can check if WampServer is working by opening your web browser and typing localhost in the address bar. If you see the WampServer homepage or the default Apache page, it indicates that the WampServer is running correctly.

      Is WAMP only available for Windows? ›

      The full form of WAMP is Windows, Apache, Mysql, and Php. The main difference between xampp and wamp is that multiple operating systems are supported by xampp, but wamp can only work on Windows operating systems.

      Do you need WAMP to run PHP? ›

      Yes, PHP can be run without a WampServer. The PHP package comes with a built in Development server. Download the PHP package here .

      What is the WAMP tool in PHP? ›

      WAMP is an acronym that stands for Windows, Apache, MySQL, and PHP. It's a software stack which means installing WAMP installs Apache, MySQL, and PHP on your operating system (Windows in the case of WAMP).

      How to install Apache on WampServer? ›

      Configure Apache Server running in WAMP server
      1. Open the httpd. ...
      2. Change 'Require Local' to 'Require all granted', or if the line 'Require local' is not there, add the line 'Require all granted'
      3. Mainly inside the tags <Files ". ...
      4. Then open the file httpd-vhosts.

      How to run PHP in WAMP server step by step? ›

      How to Run a PHP Script With Wamp Server
      1. Step 1: Installing the Server Software. To set up the server we are using a software called wamp server. ...
      2. Step 2: Setting Up the Server. ...
      3. Step 3: Saving Your PHP Scripts. ...
      4. Step 4: Running the PHP Script. ...
      5. Step 5: Troubleshooting. ...
      6. 7 Comments.

      How to start WAMP server from command prompt? ›

      Option 1:
      1. First, run the cmd command.
      2. Then, switch to the drive where we have installed the WAMP server. For instance, if it is installed in C drive, enter the following command: C:
      3. Then run the following commands: C:\>cd wamp. C:\wamp>cd bin. C:\wamp\bin>cd mysql. C:\wamp\bin\mysql>cd mysql15.1.36.
      Nov 22, 2022

      Top Articles
      Latest Posts
      Article information

      Author: Carlyn Walter

      Last Updated:

      Views: 6610

      Rating: 5 / 5 (50 voted)

      Reviews: 89% of readers found this page helpful

      Author information

      Name: Carlyn Walter

      Birthday: 1996-01-03

      Address: Suite 452 40815 Denyse Extensions, Sengermouth, OR 42374

      Phone: +8501809515404

      Job: Manufacturing Technician

      Hobby: Table tennis, Archery, Vacation, Metal detecting, Yo-yoing, Crocheting, Creative writing

      Introduction: My name is Carlyn Walter, I am a lively, glamorous, healthy, clean, powerful, calm, combative person who loves writing and wants to share my knowledge and understanding with you.