7

I am trying to uninstall my old sql so that I can install a new one. I am following this post but stuck at 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

Why is not able to find the file when it is there?

Community
  • 1
  • 1
Ava
  • 5,783
  • 27
  • 58
  • 86

2 Answers2

16

check for homebrew.mxcl.mysql

launchctl list   

Remove

launchctl remove homebrew.mxcl.mysql
Parag Bafna
  • 22,812
  • 8
  • 71
  • 144
-2

Try use this command so solve your problem:

$ brew services stop mysql

malajisi
  • 2,165
  • 1
  • 22
  • 18