嗨,我正在尝试建立一个简单的联系
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');
}
})
Run Code Online (Sandbox Code Playgroud)
如您所见,这是网址!请帮我