Forgot Username / Pwd to CouchDB

前端 未结 9 624
北海茫月
北海茫月 2020-12-15 07:50

Does anyone know how can I reset the username and password for CouchDB ?

9条回答
  •  隐瞒了意图╮
    2020-12-15 08:18

    for Unix: http://silviud.blogspot.com/2012/10/couchbase-recover-web-console-password.html

    /opt/couchbase/bin/erl \
    -noinput -eval \
    'case file:read_file("/opt/couchbase/var/lib/couchbase/config/config.dat") of {ok, B}  ->     io:format("~p~n", [binary_to_term(B)]) end.' \
    -run init stop | grep cred
    

提交回复
热议问题