我正在使用mac,下载了 mac 的社区版。启动应用程序,并打开管理控制台。到目前为止一切顺利,直到我退出。现在我无法再次登录,因为我一开始就不必设置密码。它可能已经在以前的版本上设置了一段时间,但我不确定。
重新安装它不起作用。我一直被弹回到登录屏幕。
按照其他帖子和在线帮助中的建议执行以下命令导致erlang崩溃
erl -noinput -eval 'case file:read_file("/Users/testuser/Couchbase Server.app/Contents/Resources/couchbase-core/var/lib/couchbase/config/config.dat") of {ok, B} -> io:format("~p~n", [binary_to_term(B)]) end.' -run init stop | grep cred
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
欢迎任何建议
我一直在尝试在 couchdb ini 文件的 admins 部分添加一个新用户,但它们似乎没有占据上风(密码不会被散列,在读取这些文件时应该这样做)