7

新しいSQLをインストールできるように、古いSQLをアンインストールしようとしています。私はこの投稿をフォローしていますが、で立ち往生してい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

ファイルが存在するのに、なぜファイルを見つけることができないのですか?

4

2 に答える 2

14

homebrew.mxcl.mysql を確認します

launchctl list   

削除する

launchctl remove homebrew.mxcl.mysql
于 2013-08-22T14:49:00.757 に答える