使用launchctl删除mysql

Ava*_*Ava 7 mysql macos homebrew uninstall launchd

我正在尝试卸载我的旧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

为何无法在文件中找到该文件?

Par*_*fna 14

检查homebrew.mxcl.mysql

launchctl list   
Run Code Online (Sandbox Code Playgroud)

去掉

launchctl remove homebrew.mxcl.mysql
Run Code Online (Sandbox Code Playgroud)