简体   繁体   中英

Mongo Atlas Issue, can't properly choose my database

I'm using mongo atlas and its creating the database with the name test by default, and only passing my information to that database as well.

I've changed my URI and its still doing the same, any ideas how I can tell atlas where to pass my data to?

This is my URI:


mongodb+srv://name:password@cluster0.rn6mt.mongodb.net/myFirstDatabase?retryWrites=true&w=majority

Replace 'myFirstDatabase' with the name of the database you created in atlas.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM