Search Mac Software Downloads
|
EDITOR NOTES
Commercial version of MAMP, MAMP Pro available here.
DESCRIPTION
MAMP... The abbreviation MAMP stands for: Macintosh, Apache, MySQL and PHP. With just a few mouse-clicks, you can install Apache, PHP and MySQL for Mac OS X!

MAMP installs a local server environment in a matter of seconds on your Mac OS X computer, be it PowerBook or iMac. Like similar packages from the Windows- and Linux-world, MAMP comes free of charge.

MAMP is installed in the typical Mac fashion: very easily. MAMP will not compromise any existing Apache installation already running with your OS X. You can install Apache, PHP and MySQL without starting a script or having to change any configuration files!

Furthermore, if MAMP is no longer needed, it is sufficient to delete the MAMP folder and everything returns to its original status (i.e. MAMP does not modify any of the "normal" OS X).

Similar to a Linux-Distribution, MAMP is a combination of free software and thus it is offered free of charge. MAMP is released under the GNU General Public License and may thereby be distributed freely within the boundaries of this license. Please note: some of the included software is released using a different license. In these cases, the corresponding license applies.

MAMP was created primarily as a PHP development environment for Macintosh computer and should therefore not be used as Live Webserver for the Internet. In this case, we recommend that you use Mac OS X server with the provided Apache or a Linux server.

WHAT'S NEW
Version 1.8.3:
  • Because of a bug in PHP 5.2.10 the PHP version was updated to PHP 5.2.11
  • error on WebStart Page fixed (PHP example for MySQL connections contained an error)
  • Connection to remote Database Servers with PHP function mysql_connect() is now working without configuring a port
  • Japanese localization added
REQUIREMENTS
Mac OS X 10.4 or later.

Bookmark and Share

SCREENSHOT

Developer:appsolute GmbH
Downloads:53,877
  - Version d/l:1,954
Internet:Servers
License:Free
Date:13 Oct 2009
Platform:PPC/Intel
OTHER PEOPLE SUGGEST
Suggest something else:
MAMP User Reviews (31 posts)Write A Review
sort: smiles | time
Sep 3 2009
*****

GREGORGY  Still the easiest way to create a test environment. I test all my development locally and no matter which of my Macs I am using and which dev environment (I have a Panther, a Tiger, two Leopards - Intel and PPC - and one Snow) this remains the easiest way to test my sites to death before deploying. 5 outta 5  
(Version 1.8)

praisebury
+3
[ Reply ]
Feb 11 2009
*****

IMAGE_CTRL  Since the past year i've been using XAMPP and while both will do pretty much the same thing, I just find the look and feel of MAMP to be a touch smarter. The dashboard widget for server access is great. thank you very much MAMP Team.  
(Version 1.7.2)

praisebury
+1
[ 2 Replies - Reply ]
Replies:
Feb 19 2009

ELOVEZ  please help me how to connect to mysql. this is the old script i used by PHPTRIAD on windows, but its didnt work in MAC with MAMP

$host=localhost;

$user="root";

$pass="root";

include"ver.php";

if($valid==true):

$link = mysql_connect ("$host", "$user", "$pass")

or die ("fail to connect");

$tanggal= date("Y-m-d");

$wmk="insert into faq //name of table// (tanggal,nama,email,pertanyaan)

values('$tanggal','$nama','$email','$pertanyaan')";

mysql_select_db("sd");

$query=mysql_query ($wmk,$link);

if ($query)

{ echo " Sukses pengentrian tabel"; }

else

{ echo " Gagal pengentrian tabel "; }

{

echo("Thank you $nama for your question, please wait the confirm for a moment, Your data:");

echo("tanggal :$tanggal");

echo("Nama : $nama");

echo("email : $email");

echo("pertanyaan : $pertanyaan");

echo("");

echo("");

}

?>

  
(Version 1.7.2)

praisebury
0
Sep 4 2009

GREGORGY  This is not a support forum but I think you may need to target the port or set MAMP to use the defaults.  
(Version 1.8)

praisebury
0

Nov 13 2008

DHARM  This is bulky Universal Binary installation at 374MB. Use the following command to thin it :

ditto --arch ppc /Applications/MAMP/ /Applications/MAMP_thin

Then remove MAMP dir and rename MAMP_thin to MAMP and you save 140MB! If you are on an Intel Mac, use --arch i386 instead.  
(Version 1.7.2)

praisebury
+1
[ 1 Reply - Reply ]
Replies:
Nov 21 2009

BUMBLEB  Thanks for the nice tip!  
(Version 1.8.3)

praisebury
0

Aug 20 2008
*****

GAOSHAN  This is THE all in one web serving environment for the Mac. Don't waste time with xampp (it's clunkier to use) just use MAMP. I have a each project I work on set up as a local environment (likt http://twc:8888/). It speeds development hugely and lets me make fewer version control checkins which is always a good thing.

Yes, you can setup your own dev environment by hand or with fink/macports but this is even easier than that!   
(Version 1.7.2)

praisebury
0
[ Reply ]
Jun 12 2008
*****

CONNER_BW  I use this everyday on my PPC machines. Thank you!  
(Version 1.7.1)

praisebury
0
[ Reply ]
Feb 8 2008
*****

DAN FRIML  Yeah! This is killer stuff. Easy installing, just a few easy steps to set it up and you're ready to go! Kudos to the developers!!!  
(Version 1.7.1)

praisebury
0
[ Reply ]
Feb 6 2008

ABRAR  OMG!!! So easy!!! I almost squealed like a School-girl!  
(Version 1.7.1)

praisebury
+1
[ Reply ]
Dec 5 2007

THEODORE LEE  I'm a little confused. What do I get in Mamp Pro that isn't already in the free XAMPP or MAMP?  
(Version 1.7.1)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Dec 5 2007

MACUPDATE ADMIN  Check the developer's website:

http://www.macupdate.com/dev.php?id=24001  
(Version 1.7.1)

praisebury
0

Dec 5 2007

RAWKES  What are the new features/changes in 1.7.1?  
(Version 1.7.1)

praisebury
0
[ 2 Replies - Reply ]
Replies:
Dec 5 2007

MACUPDATE ADMIN  That information has not been made available by the developer, if it were available it would have been posted on the MacUpdate page for MAMP.  
(Version 1.7.1)

praisebury
0
Dec 5 2007

GAOSHAN  The only change is that PHP has been upgraded from 5.2.3 to 5.2.5. Everything else from Apache and MySQL right on down to phpMyAdmin and the littlest library is the same.   
(Version 1.7.1)

praisebury
0

Oct 21 2007

MD07  Haha. Gotta agree with a previous post about almost laughing at how easy this was to use. Best thing for macs? Probably. Better than Tiger server (for mamp)? Probably. Thanks!!  
(Version 1.7)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Sep 21 2008

STRIDER72  This is _not_ the same thing as using the server built-in to OS X. MAMP is not very secure -- they pretty much turn everything on for development purposes. Read the description -- this is recommended as a development platform -- not a live server.  
(Version 1.7.2)

praisebury
0

View all 31 posts >>