MAMP MySQL stop working after updating mac High Sierra 10.13.2 - mamp

I updated my mac and MAMP stopped working, or my MySQL Server wont start:
I tried to delete the ib_logfileN:s
since that allways worked for me before, but it doesn't work this time.. Any idea what might solve this?
Thanks

Uninstall my latest version of MAMP and re-install a older version (3.5.2) worked for me.

Related

PostgreSQL installation fails with macOS Monterey 12.4

I'm using MacOS Monterey 12.4 Intel chip, and trying Postgresql installation from
https://www.enterprisedb.com/downloads/postgres-postgresql-downloads I think every version for Maos.
every installation attempt turned out the same, the program crashed as soon as it wanted to choose a password, while entering any character.
can anyone help me to install?
I am having the same issue on a 2020 M1 Macbook on MacOS Monterey 12.2.1 when I try to install 14.3. I get all the way to the Provide password for database superuser. Then once entering a password the program crashes. I'll probably end up using the postgresapp version until this is fixed. The latest version of the app (14.3) is universal so it should work with the m1s (if anyone else has this problem with m1). That is the best solution I've got so far.
Edit: You may want to try installing with Homebrew as well. https://formulae.brew.sh/formula/postgresql#default. I'm going to try this later.

MAMP 5.5 Installation failed in Mac OS Catalina

Before upgrading to Mac OS Catalina. MAMP was working fine. After upgrading it to Mac OS Catalina, MAMP 5.5 stopped working. So I decided to uninstall and re-install. But When I tried to install it (fresh), The installation fails. Please somebody guide me to resolve this. Thank You.
This is specific for your pc and we don't have as much info as we would like.
You have to check these settings that thay mention on their docs before installing and follow their guide.
If that seems frustrating, i would suggest to use bitnami mamp that solves issues regarding the enviroments
Too few information to identify the problem, some suggestion you could try
1. Check if the software is fully uninstall, some software often remain some package or config
2. Using another server stack like Wamp, xamp, ampp ...

Eclipse process sleep on Mac OS X El Capitan beta 3 with JDK 8

I upgraded my system to OS X El Capitan beta 3 and installed JDK 8 downloaded from Oracle. However, other applications that use JDK is run correctly, only Eclipse Mars stuck on the logo. I checked that stats of Eclipse process. It showed that Eclipse process is sleeping.
Is there any methods to make Eclipse run correctly? Thanks for any helpful answer.
This has been reported to Eclipse as high priority bug 472259. Currently there is no solution.
This is mentioned in release notes for OS X El Capitan DP3 [1]
Some versions of Eclipse may hang during use.
See [2] Apple Dev Forums for workaround by reverting back to DP2
[1] https://developer.apple.com/library/prerelease/mac/releasenotes/General/rn-osx-10.11/
[2] https://forums.developer.apple.com/thread/8776
This bug its already resolved in Beta 4.
According to reports on https://forums.developer.apple.com/thread/8776#30240 the 4th beta release (public beta 2) fixes the problem. I'm having the same issue but I'm not able to upgrade and test it myself since I'm away from my backup drive for the next few days and I'm not upgrading without that restore point. I'll try to update this with more info once I've tried the upgrade myself.
Update: Just upgraded and Eclipse loads without any problems.
there is a makefile that you can use on project to compile and fix this problem.
https://github.com/mnott/javamake

Uninstalling MAMP PRO

I have been using MAMP PRO successfully for over a year. Recently, when I attempted to start MAMP PRO, it would not start. I attempted to "restore" and that did not work. Appsolute tech support suggested to uninstall and install the new version. The MAMP PRO uninstall program did not work. I get the "privileged action failed" error message. I found this solution on "stackoverflow"
Delete the appsolute directory from /Library/Application Support , which contains configuration
files that are created upon MAMP Pro installation
Delete the file hosts.mamp.bak in /etc, which is the MAMP hosts backup file
Delete the MAMP directory from /Applications/MAMP
Open the MAMP Pro Uninstaller, check all five options, and click to uninstall
I followed these instructions except I did not find "hosts.mamp.bak in the /etc folder...the folder was empty (I have since gone back to look again and I can't find the etc folder!). Anyway, I am still unable to run the MAMP PRO uninstaller. I am reluctant to try to install the newest version until this issue is resolved. Any suggestions? I am running OS X 10.8.5.
Okay...for any interested party, I ended up using the following link provided by Appsolute....mamp.info/en/downloads/older-versions The older version is 2.2. I installed it using my original registration number and re-established my database. Everything seems to be working again.

Issues understanding homebrew on my mac running 10.7 os/x

I tried installing postgres on my mac using homebrew.
It's not working.
How do I remove what homebrew put in for me?
Thanks.
How about 'brew list' to see what you installed and 'brew remove [your-program]'? I guess this is all in the brew manpage. And even more info on this page about PostgreSQL on OS X.