0

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.

chubbyk
  • 863
  • 2
  • 10
  • 15

2 Answers2

3

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.

chubbyk
  • 863
  • 2
  • 10
  • 15
0

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.

  • Welcome to Server Fault! Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Scott Pack Nov 06 '13 at 04:02