Questions tagged [mamp]

The abbreviation "MAMP" stands for: Macintosh, Apache, MySQL and PHP. The OS X software application "MAMP" will quickly install the whole stack and provide a GUI for management.

The abbreviation "MAMP" stands for: Macintosh, Apache, MySQL and PHP.

MAMP installs a local web server environment suitable for running applications developed in the PHP programming language and using the MySQL database. The MAMP control panel includes the option to select between several supported versions of PHP.

The bundled PHP installations include:

  • common PHP extensions such as gd, jpeg, and XML support
  • the phpMyAdmin web interface for viewing and managing MySQL databases
  • precompiled PHP Accelerators such as APC, eAccelerator, and XCache

There are several versions of MAMP:

  • MAMP Stack by BitNami is a free, fully featured version for setting a local development environment. It includes a control panel and it has freely available modules for adding WordPress, Joomla!, Drupal and dozens of other applications. It is also available for free in the Mac OS X app store

  • MAMP is a free version primarily intended for setting up a personal web server or development environment. It includes a basic control panel for starting and stopping the Apache and MySQL servers, but more advanced configuration changes will require editing configuration files directly.

  • MAMP PRO is a commercial version of MAMP which includes additional administrative UI features such as the ability to enable/disable Apache modules and edit configuration files via the MAMP control panel.

Both MAMP versions are included in the same installer, however MAMP PRO is a trial version and will require a commercial license for continued usage. For a feature comparison, see: MAMP vs MAMP PRO.

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 state (i.e. MAMP does not modify any of the "normal" OS X files).

Additional Resources:

3215 questions
1
vote
1 answer

xdebug not talking to Eclipse debugger

I'm trying to get Eclipse to talk to xdebug. From the xdebug log, it seems that xdebug is working correctly (i.e.: it's sending it's and messages), but Eclipse is not sending anything to xdebug (i.e.: no feature_set, feature_get,…
mparker17
  • 413
  • 5
  • 14
1
vote
1 answer

Virtual hosts on mamp pro, domain with and without www

In Mamp pro I want both the www.test.com and test.com domains to be redirected to the same folder on localhost, do I have to enter them both or is there some option to automatically apply the settings of one to the other so i don't have to enter…
urok93
  • 537
  • 3
  • 7
  • 25
1
vote
0 answers

Inconsistent xdebug behavior

I am running MAMP on OSX 10.8.2 with NetBeans. I installed xdebug for debugging Drupal sites locally. I have quite a few so I have vhosts set up. I am encountering a weird inconsistency. On mysite.loc I drop a breakpoint into index.php, fire up the…
beth
  • 1,916
  • 4
  • 23
  • 39
1
vote
2 answers

MAMP virtual hosts not working when connected to home network

I have virtual hosts setup on my laptop, which I know work fine as I use them often for work and school, but for whatever reason when I'm at my parents house connected to their home network I get 404'd. If I disconnect form the network I get…
KylePlusPlus
  • 259
  • 3
  • 15
1
vote
2 answers

MAMP: Adding ODBC or SQL Server support

I need to talk to a remote SQL Server 2000 database. I use MAMP locally and I would like to continue using it. However, I'm lost as to what I need to do to add support for talking to this database from PHP. It looks like either the ODBC or SQL…
weotch
  • 5,788
  • 6
  • 35
  • 42
1
vote
1 answer

installing php documentation locally with user notes

I often want to lookup php documentation when I do not have internet access. I've installed the php docs on my local server using these instructions: https://wiki.php.net/doc/articles/localdocsetup I see the php documentation has a chm version that…
Tim Duncklee
  • 1,420
  • 1
  • 23
  • 35
1
vote
1 answer

MAMP - #2006 - MySQL server has gone away

Im trying to import a database thats 8MB (i cant make it smaller) with MAMP and I keep getting the error below. Ive read that I need to change my max_allowed_packet but I think ive done this and it still doesn't work. Is there a way I can find out…
Evanss
  • 23,390
  • 94
  • 282
  • 505
1
vote
0 answers

Can't load http after creating MAMP localhost

I'm currently working on http://thomaskinkadegallery.com - however, now that I have set up a localhost (http://thomaskinkadegallery.com:8888) on my local machine, I cannot access the remote server anymore. I get a page timeout. I checked the page…
1
vote
0 answers

Deploy Zend Framework 2 on MAMP using GIT

I'm trying to find information about how to deploy Zend Framework 2 using git and terminal and set it up to work with MAMP Server. I also would like to make an alias in my terminal for zf2. Is that possible? Any help or link to an article that…
Lior Elrom
  • 19,660
  • 16
  • 80
  • 92
1
vote
2 answers

MAMP or Manual configurating everything on Mac

I just thought to ask it here, to see what others think about it. I personally installed MAMP two days ago, because I had so much troubles with installing and configurating everything on my MBP Retina. I had problems with phpmyadmin and after 2…
dvlden
  • 2,402
  • 8
  • 38
  • 61
1
vote
2 answers

Android Development - allow any host to connect to MySQL

I'm trying to connect remotely to my MySQL server from a basic android app. I can connect to server just fine using 'localhost', but I also want any host to connect to the server (for simplicity, for now). I have the two following users in my…
1
vote
1 answer

Turn Off PhpMyAdmin Autologout

I have just moved over to Apple and I installed MAMP to replace WAMP that I usually work with on Windows, but now I have lost my config settings obviously and I'm struggling to do it with MAMP. First I really want to turn off the PHPMyAdmin's…
Nick Corin
  • 2,214
  • 5
  • 25
  • 46
1
vote
1 answer

Can't connect to MySQL with hostname wildcard

I installed MySQL to my Mac (with MAMP installer) and have a problem. When I create a user with "@%" hostname this way: CREATE USER 'test'@'%' IDENTIFIED BY 'test'; and I try to connect via CLI: mysql -u test -ptest, I get this error: ERROR 1045…
JakubM
  • 2,685
  • 2
  • 23
  • 33
1
vote
2 answers

MAMP - Apache showing source code HTML and PHP pages

I am trying to install Apache on my Mac (OSX 10.8.2). I am using MAMP, it runs, but whenever I try to view a page (html or php) other than the phpinfo.php, I only see the source code. There are no errors in the log file. I have also tried with the…
user1803531
  • 29
  • 1
  • 3
1
vote
1 answer

MAMP 1045 error on system boot only

My issue appears to be related to this unanswered question: https://stackoverflow.com/questions/10219839/mamp-1045-error I wasn't sure if I could comment there or if I had to start a new question, so sorry in advance if I'm not posting in the right…
elainevdw
  • 190
  • 3
  • 13
1 2 3
99
100