Lamp Mamp



  1. See Full List On Ibm.com
  2. Lamp Mampilly

LAMP and MAMP have been intended to serve the shortage with Linux and Mac. LAMP works only on Linux operating system. MAMP works perfectly on Mac OS and Windows operating system. Conclusion: As a result of the above, XAMPP stands out to be an excellent package for web development applications. It saves your time as well as it is easy to use. XAMPP, WAMP, LAMP, MAMP are local servers that are mainly used while developing PHP websites.

10 Popular Web 2.0 Projects Built on LAMP

Digg A website made for people to discover and share content from anywhere on the Internet. Links and stories are submitted, voted and commented in a social and democratic spirit.
Blip.tv A video sharing service designed for creators of user-generated content.
Technorati An Internet search engine for searching blogs, competing with Google, Yahoo and IceRocket
Reddit A social news website on which users can post links to content on the web.
Twitter A free social networking and micro-blogging service that allows users to send “updates” (or “tweets”. Text posts are loaded up to the Twitter website directly or via message service (SMS), instant messaging, or a third-party application such as Twitterrific or Facebook.
Wikipedia A free, multilingual, open content encyclopedia project.
del.icio.us A social bookmarking web service for storing, sharing, and discovering web bookmarks.
flickrAn image and video hosting website, web services suite, and online community platform.
YouTube A video sharing website where users can upload, view and share video clips.
MySpace A popular social networking website offering an interactive, user- submitted network of friends, personal profiles, blogs, groups, photos, music and videos for teenagers and adults internationally

This was a common problem with past versions of MAMP and it continues to happen for some users in version 4.x. Fortunately, the fix is easy. The problem is that when exiting MAMP the MySQL processes continue to run and are not stopped. This post has two solutions. The first solution of killing running processes has worked for me pretty much all the time. The second solution is from one of the comments below.

See Full List On Ibm.com

  1. Quit MAMP. You may have to force quit when this happens as it does not shut down correctly.
  2. To show any MySQL processes currently running, open Terminal and from the command prompt run the command below.
  3. Next, kill the MySQL processes by running the command below.
  4. To verify they no longer exist, pgrep for mysql again and you should not have any processes returned.
  5. Now Launch MAMP again and MySQL Server should start normally.
Lamp Mamp

Alternative Solution

If the above solution does not work, this method should.

Lamp Mampilly

  1. Stop Mamp and kill the mysql processes as above.
  2. Rename the ib_logfileN (N is the log numbers) files to something else. Don’t delete these as you may need to return to them. The path to these files may be different on your system. On my system, I would do the following:
  3. Restart MAMP and MySQL should start correctly.
    (Thanks to Daniel Erkalo for this alternative fix!)