chubbyk Asked: 2011-12-03 14:25:44 +0800 CST2011-12-03 14:25:44 +0800 CST 2011-12-03 14:25:44 +0800 CST How to stop only the Mysql server in MAMP PRO? 772 I need to stop Mysql server in MAMP PRO and keep Apache running. How can I do that ? There is a stop button available but it stops all services. mysql mamp 2 Answers Voted chubbyk 2011-12-03T14:38:57+08:002011-12-03T14:38:57+08:00 I figured it out... There is a shell script for that: /Applications/MAMP/bin/stopMysql.sh If you changed your root password you have to edit this file and change the password in it. Alex Stockwell 2013-11-06T16:41:24+08:002013-11-06T16:41:24+08:00 See my answer here: https://stackoverflow.com/questions/17570010/how-start-stop-mamp-pro-using-command-line/19801925#19801925 You can just use the portion to start/stop MySQL.
I figured it out...
There is a shell script for that: /Applications/MAMP/bin/stopMysql.sh
If you changed your root password you have to edit this file and change the password in it.
See my answer here: https://stackoverflow.com/questions/17570010/how-start-stop-mamp-pro-using-command-line/19801925#19801925
You can just use the portion to start/stop MySQL.