Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试使用 rmongodb 在本地机器上连接 MongoDB
mongo <- mongo.create (host='127.0.0.1', username = "admin", password = "admin123", db = "admin")
错误:身份验证失败
我使用的是 Ubuntu 16.04、R 版本 3.4.4 和 MongoDB 版本:3.2.19?