-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodedatabaseaidb
More file actions
52 lines (43 loc) · 4.3 KB
/
Copy pathcodedatabaseaidb
File metadata and controls
52 lines (43 loc) · 4.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
mongoimport --db aidb --collection danh_sach_binhluan --file danhsachbinhluan.json
mongoimport --db aidb --collection danh_sach_chap --file danhsachchap.json
mongoimport --db aidb --collection danh_sach_idtokenfb --file danhsachidtokenfb.json
mongoimport --db aidb --collection danh_sach_linkova --file danhsachlinkova.json
mongoimport --db aidb --collection danh_sach_linkphimle --file danhsachlinkphimle.json
mongoimport --db aidb --collection danh_sach_linktap --file danhsachlinktap.json
mongoimport --db aidb --collection danh_sach_linkshortvideo -- file danhsachlinkshortvideo.json
mongoimport --db aidb --collection danh_sach_mua --file danhsachmua.json
mongoimport --db aidb --collection danh_sach_ova --file danhsachova.json
mongoimport --db aidb --collection danh_sach_phim --file danhsachphim.json
mongoimport --db aidb --collection danh_sach_phimle --file danhsachphimle.json
mongoimport --db aidb --collection danh_sach_relate --file danhsachrelate.json
mongoimport --db aidb --collection danh_sach_shortvideo --file danhsachshortvideo.json
mongoimport --db aidb --collection danh_sach_tap --file danhsachtap.json
mongoimport --db aidb --collection danh_sach_tokenshortvideo --file danhsachtokenshortvideo.json
mongoimport --db aidb --collection danh_sach_truyen --file danhsachtruyen.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_binhluan --type json --out danhsachbinhluan.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_chap --type json --out danhsachchap.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_idtokenfb --type json --out danhsachidtokenfb.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_linkova --type json --out danhsachlinkova.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_linkphimle --type json --out danhsachlinkphimle.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_linktap --type json --out danhsachlinktap.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_linkshortvideo --type json --out danhsachlinkshortvideo.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_mua --type json --out danhsachmua.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_ova --type json --out danhsachova.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_phim --type json --out danhsachphim.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_phimle --type json --out danhsachphimle.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_relate --type json --out danhsachrelate.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_shortvideo --type json --out danhsachshortvideo.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_tap --type json --out danhsachtap.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_tokenshortvideo --type json --out danhsachtokenshortvideo.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_truyen --type json --out danhsachtruyen.json
mongoimport --db aidb --collection danh_sach_driveapi --file danhsachdriveapi.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_driveapi --type json --out danhsachdriveapi.json
mongoexport --host localhost --port 27017 --db roxydb --collection danh_sach_drivelist --type json --out danhsachdrivelist.json
mongoimport --db aidb --collection danh_sach_linktap --file danhsachlinktap.json
mongoexport --host localhost --port 27017 --db aidb --collection danh_sach_linktap --type json --out danhsachlinktap.json
mongoexport --host localhost --port 27017 --db aidb --collection linhfb --type json --out linhfb.json
mongoexport --host localhost --port 27017 --db aidb --collection linhtokenfb --type json --out linhtokenfb.json
mongoexport --host localhost --port 27017 --db aidb --collection lienketphim --type json --out lienketphim.json
mongoimport --db aidb --collection linhfb --file linhfb.json
mongoimport --db aidb --collection linhtokenfb --file linhtokenfb.json
mongoimport --db aidb --collection lienketphim --file lienketphim.json