我正在尝试卸载我的旧sql,以便可以安装一个新的sql。我正在跟踪this的帖子,但被困在了launchctl unload。
[~/Library/LaunchAgents]$ ls com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist com.mysql.mysqld.plist com.facebook.videochat.ava.plist homebrew.mxcl.postgresql.plist
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist launchctl: Couldn't stat("/Users/ava/Library/LaunchAgents/homebrew.mxcl.postgresql.plist"): No such file or directory nothing found to unload
当文件在那里时,为什么找不到它?
发布于 2013-08-22 14:49:00
检查homebrew.mxcl.mysql
launchctl list 删除
launchctl remove homebrew.mxcl.mysql发布于 2017-05-18 06:04:34
尝试使用以下命令来解决您的问题:
$ brew服务阻止mysql
https://stackoverflow.com/questions/18383444
复制相似问题