Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何解决错误:MongoTimeoutError:服务器选择在 30000 毫秒后超时,无法连接到服务器 127.0.0.1:27017
在本地连接 MondoDB 时解决此错误。
使用以下这些步骤在本地重新连接或再次连接 MongoDB。1.在安装了MongoDB的bin文件夹中打开两个cmd 。比如:(C:\Windows\System32\cmd.exe)
在第一次 cmd run:mongod中,随后的命令按照下图运行。
mongod
在第二个 cmd 运行中:mongo
mongo
完成上述所有步骤后,在本地重新连接 MongoDB