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
2 answers

Error "Could not connect to MySQLserver" in phpMyAdmin

Every time I start MAMP and open the start page I get error can't connect to mysql. I'm not sure what I've done but I think I've reset the password and have now forgotten what I changed it too! I've tried to change it in terminal however I just get:…
PK333
  • 147
  • 1
  • 3
  • 13
1
vote
1 answer

Sequel Pro - Socket connection failed

I use Sequel Pro and MAMP on my Mac to develop wordpress sites locally. This morning when I tried to start up Sequel Pro it kept asking for my password to make changes (it has never done this before). I first tried rebooting my machine but it kept…
designlobby
  • 35
  • 1
  • 7
1
vote
2 answers

Images in CSS not displaying when run through MAMP localhost

Just started building a website and its my first time using MAMP and CodeIgniter Framework. I am trying to get images from the CSS code to display but they are not showing up when I open the website in the localhost. My question is: Do I need to put…
Daveloper87
  • 706
  • 1
  • 8
  • 13
1
vote
3 answers

Why have editing mamps php.ini no effect

I tried to raise the upload_max_filesize value in the php.ini (mamp 2.1.2 with the PHP version 5.4.10). The Server runs on port 80. I found several anwsers here but no one really applies. When I use the phpinfo () function to get the "Loaded…
crashbus
  • 1,678
  • 18
  • 37
1
vote
1 answer

Laravel on MAMP every time I create a new view, I have to CHMOD storage/views to 777, then 775

I am working through Shawn McCool's book (great book) and each time I create a new view, and try to load it, I get a permissions error. I am wondering why the views generated don't have read permissions. The odd thing is if I chmod to 775, I still…
Jazzy
  • 6,029
  • 11
  • 50
  • 74
1
vote
0 answers

Failure running R CMD BATCH command with PHP

I'm trying to run R CMD BATCH script from PHP (MAMP) and find the error below: R version 2.15.3 (2013-03-01) -- "Security Blanket" Copyright (C) 2013 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform:…
1
vote
2 answers

MAMP Pro / CodeIgniter Pathing Issue

I am running into an odd pathing problem in CodeIgniter/MAMP Pro. I enabled nice URLs in CodeIgniter (hid index.php from URL) by setting $config['index_page'] = ''; in config.php and by adding the following to .htaccess: RewriteEngine on RewriteCond…
themarkappleby
  • 704
  • 1
  • 6
  • 17
1
vote
1 answer

Installing pecl,pear and xde on mamp

I am trying to install pecl,pearl and xdebug on mamp 2.1.2. I have tried almost everything but even when xdebug appear in phpinfo it doesn't seem to work. I tried it for netbeans too but nothing. I am a new to mac and really frustrated on how to run…
localhost
  • 822
  • 2
  • 20
  • 51
1
vote
2 answers

MAMP - suddenly getting 404s on my localhost

I have a very simple MAMP setup, with my index.php and related files in my htdocs folder. I was rolling along fine last night, being able to access the files by typing in things like localhost/index.php. Now, all of the sudden, I get 404s (file not…
user1427661
  • 11,158
  • 28
  • 90
  • 132
1
vote
5 answers

FFMPEG command doesn't work in PHP. (Incompatibilty with MAMP)

I'm a bit of a beginner when it comes to PHP, and I'm trying to create a simple(ish) system where files are input, and then converted to html5 video in various resolutions. I've sorted out how to handle multiple file uploads etc, but now I'm having…
Charlie Ryan
  • 211
  • 4
  • 16
1
vote
0 answers

Silex setup fails with MAMP because mod_access.so is not found?

I have downloaded Silex and I am trying to get it running with MAMP. However, when I run Silex (and only when I run Silex), Apache won't start. In the console, I see: httpd: Syntax error on line 238 of /Applications/MAMP/conf/apache/httpd.conf:…
beth
  • 1,916
  • 4
  • 23
  • 39
1
vote
1 answer

Redirect to other address Wordpress MAMP

I move my wordpress from my server to my localhost in the database I change http://www.hybrid-tech.net/praxi3 to http:// localhost:8888/praxi3 after that, when I try to see the website on my localhost I go to http:// localhost:8888/praxi3 but…
Jean
  • 5,201
  • 11
  • 51
  • 87
1
vote
1 answer

Netbeans PHP throws 404 not found

Hey everyone, I'm new to PHP and I'm trying to setup a project locally with Netbeans on mac. I have used MAMP to setup my apache server and I test it and the server is running. However when trying to run my simple hello world PHP project I get a 404…
Staleyr
  • 643
  • 4
  • 8
  • 12
1
vote
2 answers

Using MAMP to test online instead of localhost

I'm new to PHP and everything, so I'm trying to learn some things. I'm currently developing my first PHP site in Dreamweaver using MAMP and Localhost. I have already bought my domain name, and built a smaller html site just to act as a "holding…
Ryan Fitzgerald
  • 425
  • 4
  • 9
  • 20
1
vote
1 answer

Permissions for local development with git and MAMP

I'm setting up a new machine on a clean account. I'm developing locally on a Mac (OSX 10.8.2) with MAMP Pro and I use git for version control. I'm having a permissions problem... MAMP Pro allows you to set permission to the host directory using the…
emersonthis
  • 32,822
  • 59
  • 210
  • 375
1 2 3
99
100