我该如何卸载couchDB?

时间:2014-02-14 02:25:27

标签: macos couchdb

我已尝试删除该应用,但http://127.0.0.1:5984/仍可访问。我怎样才能完全删除couchDB?

1 个答案:

答案 0 :(得分:0)

我明白了。 ps -U couchdb -o pid= | xargs kill -9可能会杀死它,如果没有它会给你PID,在我的情况下是

kill: 757: Operation not permitted
kill: 767: Operation not permitted

然后转到Activity Moniter并找到PID和Force Quit。