我正在尝试在 MongoDb > admin 表中添加新用户。这就是我所做的
use admin
db.addUser("test", "test123")
执行命令后显示这个
{
"user" : "test",
"readOnly" : false,
"pwd" : "2ee6cd2e57f3a5829ed694d5c367bc48",
"_id" : ObjectId("5076beeb87a1b34978829bc5")
}
Thu Oct 11 18:13:53 uncaught exception: timed out while waiting for user authentication to replicate - database will not be fully secured until replication finishes
这个错误的原因是什么?
我在哪里可以看到我的新用户。
注意:我在网络中,这与任何安全策略有关吗?