Answers for "uninstall mongodb on macos completely"

0

remove mongodb from mac

$ launchctl list | grep mongo
$ launchctl remove homebrew.mxcl.mongodb
$ pkill -f mongod
$ brew uninstall mongodb
Posted by: Guest on March-06-2021
0

uninstall mongodb on macos completely

rm -rf /usr/local/var/mongodbrm -rf /data/db
Posted by: Guest on July-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language