摘要: MongoDB登录mongo --host localhost --port 27017 -uroot -pdbpasswd --authenticationDatabase admin查看所有dbshow dbs;进入db库use db;查看所有表show tables;使用mongodump命令 阅读全文
posted @ 2017-09-12 17:32 Mr黄瑞 阅读(544) 评论(0) 推荐(0) 编辑