随笔分类 -  Getting Started with MongoDB (MongoDB Shell Edition)

摘要:https://docs.mongodb.com/getting-started/shell/query/ Overview You can use the find() method to issue a query to retrieve data from a collection in Mo 阅读全文
posted @ 2017-03-08 12:07 ChuckLu 阅读(232) 评论(0) 推荐(0) 编辑
摘要:mongo somewhere.mongolayer.com:10011/my_database -u username -p password 连接远程的mongodb数据库 mongo --host 192.168.1.63 --port 10001 db.version() show dbs 阅读全文
posted @ 2017-03-03 13:52 ChuckLu 阅读(158) 评论(0) 推荐(0) 编辑
摘要:https://docs.mongodb.com/getting-started/shell/client/ The mongo shell is an interactive JavaScript interface to MongoDB and is a component of the Mon 阅读全文
posted @ 2017-03-03 13:39 ChuckLu 阅读(469) 评论(0) 推荐(0) 编辑
摘要:https://docs.mongodb.com/getting-started/shell/ Overview Welcome to the Getting Started with MongoDB guide. This guide provides instructions to get yo 阅读全文
posted @ 2017-03-03 13:24 ChuckLu 阅读(176) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示