answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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.


Which is the latest version of wamp server?

Latest by this date is WAMP SERVER 2.1a


How do you copy a database of mysql in wamp server from one computer to another?

You have several options: * copy the database files from mysql/data/<database_name> to a new mysql Installation * use mysqldump utility to export the data from your database and load it into the new mysql installation * setup replication


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


What is a range of programs that can be used to create a webpage?

Here is what I use: Server (if needed for server side): WAMP, XAMP Code Editor: Sublimetext3 or Dreamweaver if you are a beginner Design: Photoshop Database: MySQL workbench (offers a graphical interface to create complex databases)


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.


What is the Difference between a database and a database server?

A database is a file. A database server is a computer that shares that file over a network.


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


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.