我正在尝试卸载我的旧 sql,以便我可以安装一个新的。我正在关注 this 帖子,但停留在 launchctl unload
[~/Library/LaunchAgents]$ ls com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plistcom.mysql.mysqld.plistcom.facebook.videochat.ava.plisthomebrew.mxcl.postgresql.plistlaunchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plistlaunchctl: Couldn't stat("/Users/ava/Library/LaunchAgents/homebrew.mxcl.postgresql.plist"): No such file or directorynothing found to unload
为什么在文件存在时无法找到文件?

最佳答案

检查 homebrew.mxcl.mysql

launchctl list

去掉
launchctl remove homebrew.mxcl.mysql

关于mysql - 使用launchctl删除mysql,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18383444/

10-09 09:23