我已经在Mongodb Atlas上建立了数据库,并已通过应用程序连接到数据库,但是它没有连接到数据库,我也尝试过使用Mongo Shell
我试图建立一个新的连接,以为它可能是我项目中的损坏文件,但仍然存在相同的问题。我还尝试运行:
sudo apt update
sudo apt install -y mongodb
sudo systemctl status mongodb
但我得到:
dpkg: error processing package mongodb (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mongodb-server
mongodb
同样,如果我尝试使用sudo服务mongodb重新启动,然后显示:
Tue Apr 2 21:16:28.214 Error: Invalid port number "//testdb-sc1hr.mongodb.net" in connection string "mongodb+srv://testdb-sc1hr.mongodb.net/cookbook" at src/mongo/shell/mongo.js:134
exception: connect failed
我尝试使用sudo apt remove
,但我也得到
invoke-rc.d: initscript mongodb, action "start" failed.
dpkg: error processing package mongodb-server (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mongodb:
mongodb depends on mongodb-server (>= 1:2.4.1-2); however:
Package mongodb-server is not configured yet.
我对此很陌生,我觉得我现在正在转圈。 我还尝试过与mongodb罗盘连接,但它还会显示“身份验证失败”
我不确定还有什么尝试