Is there any major difference between XAMPP and LAMP

Eugene picture Eugene · Jun 24, 2010 · Viewed 39.3k times · Source

Recently I sent my CV to a small company which required a web developer, but one condition was that I should know how to work with LAMP. So I took part in the contest, but today I started to wonder if those packages are as similar as I think.

So could anyone tell me, are they?

I am using: XAMPP (Basispaket) version 1.7.1 on Windows 7 and planning to install LAMP on Ubuntu 10.04 (don't know the version yet).

UPD: I read some articles about LAMP setup and I only found, that you just need to separately install apache, php, mysql. I'm confused, so there's no control panel like in XAMPP? If so, then I'm asking about those major differences.

Answer

Dennis Laumen picture Dennis Laumen · Jun 24, 2010

LAMP is an acronym for Linux (operating system), Apache HTTP Server, MySQL (database software), and PHP. If you're running Windows the acronym is WAMP.

XAMPP is a package you can use to easily install and configure a (in your case) WAMP or LAMP setup. If they are asking LAMP they probably expect some Linux and Apache knowledge but it could also be they are just expecting a PHP programmer with MySQL skills. You'll find out what they're looking for in the job interview ;).