Lamp Mamp



  1. Lamp Mamp Wamp
  2. Lamp Mamp 違い

Bad manners live and loud rarest. Jul 22, 2020 MAMP is a pretty general-purpose offering and the free version doesn’t package installers for WordPress or any other applications. You will have to spend 5 minutes doing it yourself. AMPPS is a cross platform AMP stack. It has MAMP, WAMP and LAMP stacks.

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.

  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.

Alternative Solution

Mamp

Lamp Mamp Wamp

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

Lamp Mamp 違い

  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!)