Tôi đã hiểu rồi. Bạn có thể thực hiện việc này từ tệp python và nó sẽ hoạt động:
connection = pymongo.MongoClient(ab123456.mlab.com, 123456)
db = connection[databasename]
db.authenticate(database_user, database_pass)
Tôi đã hiểu rồi. Bạn có thể thực hiện việc này từ tệp python và nó sẽ hoạt động:
connection = pymongo.MongoClient(ab123456.mlab.com, 123456)
db = connection[databasename]
db.authenticate(database_user, database_pass)