当我尝试从应用程序执行操作(查找,插入等)时,它表明该操作是不允许的。可以通过外壳用同一用户完成相同的操作。 为用户设置所有可用角色。什么想法可能是什么问题?
$client = new Client('mongodb+srv://user:pass@ehr-6xxrk.mongodb.net?serverSelectionTryOnce=false&serverSelectionTimeoutMS=15000',['ssl' => false]);
$db = $client->listDatabases();
输出:
Failed to look up SRV record "_mongodb._tcp.ehr-6rvrk.mongodb.net?serverSelectionTryOnce=false&serverSelectionTimeoutMS=15000": Operation not permitted