How do you end all MySQL processes? Or how to address this error? MAMP won't start the MySQL server.
120805 11:18:24 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
120805 11:18:24 [ERROR] Do you already have another mysqld server running on port: 8889 ?
120805 11:18:24 [ERROR] Aborting
Your MAMP PRO MySQL database data is located in “/Library/Application Support/appsolute/MAMP PRO/db/mysql57”. Activate this checkbox if you want the MySQL database server to start and stop automatically when the Start/Stop button in the toolbar is clicked.
You can shut Mysql down using the following command:
/Applications/MAMP/bin/stopMysql.sh
Killed process in Activity Monitor.
Edit the second line of MAMP/bin/start.sh by adding an initial # ...
# /bin/sh
#/Applications/MAMP/bin/startMysql.sh
/Applications/MAMP/bin/startApache.sh
then when MAMP starts, MySQL will not, only Apache.
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