I have created a mlab database. But I am unable to export it to meteor application.Everytime I try to connect, it throws an error "mongoError: failed to connect to server [ds035693.mlab.com:35693] on first connect".Command I am using is
"export MONGO_URL= mongodb://<dbuser>:<dbpassword>@ds035693.mlab.com:35693/abcd"