mac上MySQL启动后立即停止

问题描述:

在System Preference中,进入MySQL,当点击Start MySQL Server时,左侧的红色变成绿色后,立即又变成了红色,启动后立即又停止了!

解决方法:

在命令行中进行操作

启动

sudo /usr/local/mysql/support-files/mysql.server start

停止

sudo /usr/local/mysql/support-files/mysql.server stop

重启

sudo /usr/local/mysql/support-files/mysql.server restart

mac上MySQL启动后立即停止

https://lichenxing.github.io/2024/05/30/mysql/

作者

晨星

发布于

2024-05-30

更新于

2024-08-18

许可协议