MySQL will not start
The most common reason for MySQL not starting is that another MySQL process is already running on the same port. To check for this and resolve it:
-
Quit MAMP PRO.
-
Open Activity Monitor (
/Applications/Utilities/Activity Monitor). -
In the View menu, select All Processes.
-
Type
mysqldinto the search field in the top right.
-
Quit every
mysqldprocess listed in the results. -
Start MAMP PRO again.
-
If MySQL still does not start, check the log file for error messages.
← MySQL