我正在使用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 ()
Run Code Online (Sandbox Code Playgroud)
欢迎任何建议
我一直在尝试将一个新用户放在couchdb ini文件的admins部分,但它们似乎没有抓住(密码不会被哈希,这应该是在读取这些文件时)