English 中文(简体)
co 失踪案
原标题:couchdb missing file
  • 时间:2010-08-03 13:13:30
  •  标签:
  • couchdb
curl localhost:5984/_users/org.couchdb.user:tyler
{"error":"not_found","reason":"missing"}

我被拖入富顿,作为ty子,因此,我知道有用户。

任何人都知道哪一米错了?

最佳回答

如果你通过当地创建服务器管理,就会出现这种情况。 内部配置文件。 在该案中,没有建立“用户文件”,但你仍然可以通过富顿登录。

问题回答

暂无回答




相关问题
couchdb for /really/ distributed replica

let s say i want to implement a distributed database (each node being the replica of the others); i hear that cdb is able to easily sync between two nodes and at least support some form of conflict ...

CouchDB View, Map, Index, and Sequence

I think read somewhere that when a View is requested the "map" is only run across documents that have been added since the last time it was requested? How is this determined? I thought I saw something ...

representing a many-to-many relationship in couchDB

Let s say I m writing a log analysis application. The main domain object would be a LogEntry. In addition. users of the application define a LogTopic which describes what log entries they are ...

couchDB , python and authentication

I have installed couchDB v 0.10.0, and am attempting to talk to it via python from Couch class downloaded from couchDB wiki. Problem is: Create database mydb : { error : unauthorized , reason : ...

Temp View Caching?

I m using CouchDB with a home-grown C# interface library. The most common method of accessing CouchDB with this library results in a temp view being created. I ve optimized the library so that it uses ...

热门标签