I’m trying to upgrade my current MAMP installation to the latest version (3.0.7.3). I have quit the current version and tried to run the installation package.
Each time, the installation have failed: “The installation cannot be continued!”
And I’m served with the following instruction: “Please quit MAMP / MAMP PRO as well as all servers and deactivate the Dynamic DNS Services before you restart the installation process.”
I’ve tried to run the installation while connected to the internet and not connected, to no avail. I don’t quite know what this Dynamic DNS Service is about.
Any advice or suggestion to troubleshoot this issue?
Many thanks,
P.
The issue is usually due to another MySQL service running on the same port. The easiest solution is to kill all MySQL processes and restart MAMP. On macOS, you can do this using the Activity Monitor, which you'll find in the Utilities folder on your computer.
To install MAMP on your Mac go to: https://mamp.info and click on the Free download button. Next, click on the Apple logo to start the download. Once the download has completed, go to your Downloads folder and double-click on the package file to start the installation. Follow the instructions to install MAMP.
MAMP is a free, local server environment that can be installed under macOS and Windows with just a few clicks.
In my case, I needed to kill all mysqld and httpd processes before it would install. Open terminal and run the following commands:
sudo killall mysqld
sudo killall httpd
I encountered the same issue. The solution was to stop the default mysql server which is included in OS X:
Open Application -> Utilities -> Activity Monitor
Search for mysqld in the process list and stop it. The MAMP PRO installation will work now.
I started mamp again after the install failed and found that apache was still marked as running. I stopped apache through the mamp interface, closed mamp, and then ran the installer again and it worked.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With