我尝试使用以下步骤在mLab上将JSON导入我的沙箱群集:
mongoimport -h ds127341.mlab.com:27341 -d <<<mydatabasename>>> -c <<<collection>>> -u <<<username>>> -p <<<password>>> --file <<<mypath>>>
然而,我收到此错误:
Failed: error connecting to db server: server returned error on SASL authentication step: Authentication failed.
在阅读了更多内容之后,我还添加了选项--ssl
和--sslAllowInvalidCertificates
,并收到以下错误:
Failed: error connecting to db server: no reachable servers, openssl error: read tcp 192.168.1.69:51933->54.225.0.238:27341: read: connection reset by peer