InnoDB: Unable to lock ./ibdata1 error: 35

前端 未结 3 586
轮回少年
轮回少年 2020-12-17 09:53

I\'m trying to start MySQL in safe mode but the log file just keeps spitting out:

[ERROR] InnoDB: Unable to lock ./ibdata1 error: 35
[Note] InnoDB: Check tha         


        
3条回答
  •  借酒劲吻你
    2020-12-17 10:32

    Just had this issue with MAMP Pro. Couldn't stop or start MySQL. Typed ps aux | grep mysql, then kill [process id] for each line. Then I could successfully launch MySQL again from MAMP Pro.

提交回复
热议问题