FAQ > MySQL
MySQL will not start
The most common reason for the MySQL database server not starting is that another MySQL database is already running on the same port. To find out if this is the case, do the following:
- Quit MAMP PRO.
- Open the Activity Monitor located in your /Applications/Utilities folder.
- Activate the entry “All Processes” in the “View” menu.
-
Type “mysqld” into the search field on the top right.
- Quit every process you find after your search.
- Restart MAMP PRO.
- If MySQL still refuses to start check the log file for error messages.