MAMP : Mysql won't turn on

前端 未结 11 1603
暗喜
暗喜 2020-12-16 00:53

My mamp mysql server won\'t turn on. I tried executing /Applications/MAMP/bin/startMysql.sh but that gave me this error :

101110 05:50:31 mysqld_safe

11条回答
  •  粉色の甜心
    2020-12-16 01:30

    This command worked for me.

         ps aux | grep mysql 
         lsof -i 
         killall -9 mysqld
    

    if needed

        sudo killall -9 mysqld
    

    Ref: http://www.witheringtree.com/2010/05/how-to-resolve-mysql-not-starting-in-mamp/

提交回复
热议问题