找回couchbase的web登陆密码
/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
本文共 267 字,大约阅读时间需要 1 分钟。
找回couchbase的web登陆密码
/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
转载于:https://blog.51cto.com/singlefly/1389493