一 转到目录解压缩下载的压缩包
lamp@QA-clg server$ tar -zxvf mongodb.tgz
二 安装后查看:
[lamp@QA-clg mongodb-linux-x86_64-2.4.6]$ cd bin
[lamp@QA-clg bin]$ ls
bsondump mongodump mongoimport mongorestore mo...
分类:
数据库 时间:
2014-12-03 15:42:24
阅读次数:
229
In the software development, we usually are faced with a common question of exporting or importing data from database. So in this blog we will together study the mongoddb export and mongodb import.
...
分类:
数据库 时间:
2014-10-28 02:07:13
阅读次数:
176
in last blog,we talked about how to export data from mongo database. now in this blog, on the contrary, we focus on how to import data to database.
before doing our experiment, we delete the user co...
分类:
数据库 时间:
2014-10-28 02:05:37
阅读次数:
252
首先生成一个文本文件,可以是json或者csv的,每行一条数据,很好整理吧,用一般的文本编辑器或者从office中都可以生成。 然后执行下面的导入命令: /usr/local/mongodb/bin/mongoimport -d cms -c cms_tags_2012...
分类:
数据库 时间:
2014-08-14 14:21:18
阅读次数:
282