【发布时间】:2018-06-05 15:32:48
【问题描述】:
我已安装 CouchDB,但无法创建具有管理员权限的用户帐户。
curl -s -X PUT http://localhost:5984/_config/admins/xyz -d '"qwerty"'
{"error":"unauthorized","reason":"You are not a server admin."}
如果我给出 curl localhost:5984,那么我没有得到 uuid。
{"couchdb":"Welcome","version":"2.1.1","features":["scheduler"],"vendor":{"name":"The Apache Software Foundation"}}
【问题讨论】: