answersLogoWhite

0

What is wamp server?

Updated: 10/4/2023
User Avatar

Wiki User

13y ago

Best Answer

WAMP (Windows, Apache, MySQL, PHP/Perl/Python)

WAMP is a form of mini-server that can run on almost any Windows Operating System. WAMP includes Apache 2, PHP 5 (SMTP ports are disabled), and MySQL (phpMyAdmin and SQLitemanager are installed to manage your databases) preinstalled.

An icon on the taskbar tray displays the status of WAMP, letting you know if; a) WAMP is running but no services are opened (the icon will appear red), b) WAMP is running and one service is opened (the icon will appear yellow) or c) WAMP is running with all services opened (the icon will appear white). Apache and MySQL are considered to be services (they can be disabled by left-clicking on the taskbar icon, guiding your cursor over the service you wish to disable and selecting "Stop Service").

The files/web pages that are hosted on your WAMP server can be accessed by typing http:/localhost or http://127.0.0.1/ in the address bar of your web browser. WAMP must be running in order to access either of the above addresses.

If you would like to share your files/web pages with others, click on the icon located on your taskbar tray and select "Put Online." You must have access to the internet in order to continue.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

It is a web server running on windows which uses at least 4 components. 1. Windows

2. Apache

3. MySQL

4. PHP If you setup a web server on a Linux system then it would be called a LAMP server.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is wamp server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is the latest version of wamp server?

Latest by this date is WAMP SERVER 2.1a


What database does the WAMP server refer to when it?

WAMP stands for Windows Apache Mysql PHP. Mysql is the default database in WAMP


Can you install wamp server on Windows 7?

Yes, worked fine for me.


What is the name of php server?

I know a couple: WAMP/LAMP/XAMP


Is it possible to install wamp server without php?

The principle of WAMP/LAMP server is that MySQL, Apache and PHP are staked in a neat package easy to install. However, it is easy to install only the components you need separately.


How do you make foreign key in wamp server phpadmin?

Normally one goes though a user interface to make a foreign key in a WAMP server. If this doesn't help one might look to a forum directly related to phpadmin issues.


How do you run a php application on windows 7 home basic?

Operating System is irrelevant for php. Just download the WAMP server for windows & your php is operational. If you run ASP.NET & IIS remember to change the port of WAMP server & things should work out


Why you need wamp server to run php file on web browser?

PHP Web Development and Running PHP application requires a lots of efforts and tools. For running PHP file on web browser we required a compiler which can convert php files to HTML files. And a web server like Wamp helps a php file to convert it to PHP. Basic Component of WAMP Server are : Wnodows : Which is our OS. Apache : Web server for responding with web pages. MySql : Databases Query and PHP


When was Wamp Wamp - What It Do - created?

Wamp Wamp - What It Do - was created in 2005-11.


How to change the localhost from default IIS folder to wampfolder?

You would have to disable the IIS service if you want to run localhost for WAMP server.There is a way round it where you can run both IIS & WAMP Server thereby using PHP & ASP.NET both. Just change the port of the WAMP server. Here are the instructions, hope it helpsFind the port number in httpd.conf file. Use the Find functionChange from port number 80 to anything say suppose 8080For files on wamp server use localhost:8080This will let you run both php & ASP.NET on your computer.


How i can begin php in Linux?

PHP on windows runs using the WAMP Server while on Linux it runs using the LAMP Server. Try getting a LAMP Server from a search engine


What database does the WAmmp server refer to when it's used with PHP?

WAMP is an abbreviation of "Windows, Apache, MySQL, and PHP", so it uses MySQL database server.