Mysql server on MAMP won't start

后端 未结 6 1141
小蘑菇
小蘑菇 2020-12-07 19:05

My Mysql server on MAMP won\'t start. This is the error:

161224 00:15:00 mysqld_safe Logging to \'/Applications/MAMP/logs/mysql_error_log.err\'. 16

6条回答
  •  执笔经年
    2020-12-07 19:59

    I am working on oS-X (Mac), I was wondering around and came to see this post which help me a lot.
    Many readers are being able to solve this problem thanks to the amazing here are the step to fix it out--

    This issue generally occur due to explicitly closing of MAMP serves.

    1. Quit MAMP.
    2. In the finder go to Applications/MAMP/db/mysql/
    3. Delete the last log file (look for a file named ib_logfileN – being N the log number Eg-ib_logfile0 and ib_logfile1) we can see in below image.

    1. Please back up these before you delete them.
    2. Restart MAMP.

    It Worked for me, hope will work for you too..

提交回复
热议问题