mongodb的鏈接

1.鏈接本地數據庫
mongodb://localhost
mongo --host 遠程IP --port 遠程端口 -u 賬戶名 -p 密碼名 mongodb

2.鏈接遠程數據庫,使用用戶名fred,密碼foobar登陸localhost的admin數據庫。
mongodb://fred:foobar@localhost數據庫

3.鏈接三臺mongo服務器
mongodb://localhost,localhost:27018,localhost:27019服務器

相關文章
相關標籤/搜索