Home > front end >  MAMP no longer prompt for a password and Apache won't start
MAMP no longer prompt for a password and Apache won't start

Time:01-24

After an upgrade to MAMP 6.7 on OSX Monterey, MAMP no longer prompt for a password and Apache won't start.

At MAMP start :

  • MySQL start
  • Apache doesn't start
  • I must execute /Applications/MAMP/bin/startApache.sh in Terminal to start Apache

At MAMP stop :

  • I must use /Applications/MAMP/bin/stop.sh

Untill this update (to 6.7), MAMP asked me for a password every time I started.

I tried several solutions found here : same problem with port 80 or 8888. At each test, I kill all HTTPD or MYSQLD process. Renaming or deleting envvars does nothing ;-)

It seem's that MAMP can't execute startApache.sh.

Has anyone encountered this problem ?

Thanks for any help. François

CodePudding user response:

I do confirm i ran into this as well and couldn't find any other workaround, i'm now downgrading to the previous version of MAMP (5.7)

CodePudding user response:

In any case i couldn't get this to work... i ended up testing and loving local by flywheel

  • Related