gpt4 book ai didi

node.js - 使用 mongoose 连接到 Mlab

转载 作者:可可西里 更新时间:2023-11-01 09:38:59 26 4
gpt4 key购买 nike

嗨,我正在尝试建立一个简单的连接

mongoose.connect('mongodb://JFalcon:john2522@ds119476.mlab.com:19476/hidonshabat', {useMongoClient: true}, function(err){
if(err) {
console.log('Some problem with the connection ' +err);
} else {
console.log('The Mongoose connection is ready');
}
})

如您所见,这是网址!请帮助我

最佳答案

请更正如下

mongoose.connect('mongodb://<dbuser>:<dbpassword>@ds119476.mlab.com:19476/hidonshabat', 
{useNewUrlParser: true },function(err)=>{
{
if(err) {
console.log('Some problem with the connection ' +err);
} else {
console.log('The Mongoose connection is ready');
}
})

关于node.js - 使用 mongoose 连接到 Mlab,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47455870/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com