Troubleshooting MAMP Continually Not Responding
Asked Answered
L

4

8

I have a MAMP setup which hosts a number of local servers. It seems capable of running them just fine but it seems almost daily the app itself is marked as not responding by the OS (macOS 10.15.2) and as such refuses to close the app at the end of the day. This becomes quite irritating as it happens constantly. I imagine I've changed something, perhaps related to RAM so it thinks it can use more than it can. Searching for "MAMP Not Responding" on google doesn't exactly show what I'm looking for though.

Any help diagnosing MAMP itself rather than the servers freezing up?

Longe answered 24/1, 2020 at 12:8 Comment(4)
I'm experiencing the exact same behavior on macOS 10.15.4 with MAMP Pro 5.7. The server processes are still up and running but the app itself shows the spinning wheel of death. Besides the need to force quit MAMP Pro each time at the end of the day (+ restart to stop the servers) it seems like the program is eating up quite a lot of resources when it freezes.Molloy
Happens to me too, no solution so far, MAMP Pro, so pay to lose here.Maguire
@Molloy At the end of the day? It's more like "at the end of the hour" for me lately. :(Quasimodo
I switched to Linux + Lando and haven't looked back ever since.Molloy
F
0

This seems to help me out.

  1. Quit MAMP if open
  2. Navigate to /MAMP/tmp/mysql
  3. Rename mysql.sock.lock
  4. Restart MAMP

I got this from MrSandman98765 answer here https://mcmap.net/q/1036634/-mysql-server-on-mamp-windows-will-not-start

Fail answered 16/4, 2020 at 16:37 Comment(2)
There's no mysql.sock.lock file in MAMP/tmp/mysql. I'm on macOS Big Sur, and the MAMP folder is in /Applications. I've already restarted or updated MAMP Pro to the current latest, 6.6.2. I don't know what else to do except maybe upgrade macOS to Monterey, but I don't see why that's necessary when MAMP was working fine Friday with nothing changed over the weekend.Nanette
/Applications/MAMP/tmp/mysql in newer MacOS versions.Quasimodo
H
0

I’ve partially fixed it tweaking MySQL settings File > Edit templates > MySQL (my.cfn) > 5.7.26

In my case, having 64 GB of Ram, I’ve heavily increased everything related to Ram and buffer size.

I saw “partially” because sometimes, working on large Magento sites I get again the issue. I think it could be better investigated with MySQL tuning tools.

Humorist answered 1/7, 2020 at 8:16 Comment(1)
I don't use MySQL in MAMP, and it's disabled in settings. No matter what I'm doing, MAMP just suddenly won't start today.Nanette
D
0

As may others will visit, for me MAMP PRO (v. 6.8) got stuck, which was very annoying. Above mentioned did unfortunately not solve the frozen/stuck state of MAMP PRO on my machine. What helped me:

  • Simple quit MAMP PRO App and
  • kill de.appsolute.mampprohelper via Activity Monitor

Seems like de.appsolute.mampprohelper is also starting when staring MAMP Pro App. After that, it seems more stable. Hope that helps.

Dimenhydrinate answered 1/3, 2023 at 9:57 Comment(0)
G
0

I had similar issue when upgraded from MAMP PRO 6 to 7. Turns out the problem was the MySQL DBs I had with the MAMP PRO 6 were on MySQL version 5.7 and it was causing issues on every start. I removed the folder /Library/Application Support/appsolute/MAMP PRO/db/mysql57 and it is working without any issues.

Garrulous answered 23/9, 2024 at 10:24 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.