问题描述
我开始为这件事发疯了.我使用 Coolest Guides On The Planet 的教程设置 MySQL/Apache/PHP.我猜出了点问题,因为它没有按预期工作,所以我想卸载并重试.
I'm starting to go nuts over this.I setup MySQL/Apache/PHP using the tutorial by Coolest Guides On The Planet.I'm guessing something went wrong as its not working as expected so I want to uninstall and try again.
问题是我无法通过系统首选项或命令行停止 MySQL.我一直在网上尝试建议,但到目前为止没有成功.有人可以帮忙吗?
The trouble is that I can't stop MySQL either by system preferences or command line. I keep trying suggestions on the net but so far unsuccessful.Can anyone help?
推荐答案
终于解决了自动启动 - 感谢所有做出贡献并让我看到方法的人.
Finally got around the autostart - Thanks to all who contributed and allowed me to see the way.
要停止我使用的自动启动:
To stop the auto start I used:
sudo launchctl unload -w /Library/LaunchDaemons/com.mysql.mysql.plist
并终止我使用的服务:
sudo pkill mysqld
这篇关于无法在 OS X 10.10 上停止 MySQL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!