91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

DBA應用技巧中如何利用MySQL技能學習MongoDB

發布時間:2021-09-29 10:35:03 來源:億速云 閱讀:161 作者:柒染 欄目:數據庫

DBA應用技巧中如何利用MySQL技能學習MongoDB,針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。

(1)、mongorestore恢復工具  我們先看一下此工具的幫助信息:

雙擊代碼全選
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24[root@localhost bin]# ./mongorestore --helpusage: ./mongorestore [options] [directory or filename to restore from]options:   --help                  produce help message   -v [ --verbose ]        be more verbose (include multiple times for more                           verbosity e.g. -vvvvv)   -h [ --host ] arg       mongo host to connect to ( <set name>/s1,s2 for sets)   --port arg              server port. Can also use --host hostname:port   --ipv6                  enable IPv6 support (disabled by default)   -u [ --username ] arg   username   -p [ --password ] arg   password   --dbpath arg            directly access mongod database files in the given                           path, instead of connecting to a mongod  server -                           needs to lock the data directory, so cannot be used                           if a mongod is currently accessing the same path   --directoryperdb        if dbpath specified, each db is in a separate                           directory   -d [ --db ] arg         database to use   -c [ --collection ] arg collection to use (some commands)   --objcheck              validate object before inserting   --filter arg            filter to apply before inserting   --drop                  drop each collection before import   --oplogReplay           replay oplog for point-in-time restore[root@localhost bin]#

  例如我們先將”foo”庫刪除了:

雙擊代碼全選
1 2 3 4 5 6 7 8 9 10 11 12[root@localhost bin]# ./mongoMongoDB shell version: 1.8.1connecting to: test> use fooswitched to db foo> db.dropDatabase();{ "dropped" : "foo", "ok" : 1 }> show dbsadmin   0.0625GBlocal   (empty)test    0.0625GB>

  然后下面我們將演示如何恢復這個庫:

雙擊代碼全選
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18[root@localhost bin]# ./mongorestore --directoryperdb /data/dumpconnected to: 127.0.0.1Sun Apr 22 12:01:27 /data/dump/foo/t1.bsonSun Apr 22 12:01:27      going into namespace [foo.t1]Sun Apr 22 12:01:27      2 objects foundSun Apr 22 12:01:27 /data/dump/foo/t2.bsonSun Apr 22 12:01:27      going into namespace [foo.t2]Sun Apr 22 12:01:27      1 objects foundSun Apr 22 12:01:27 /data/dump/foo/system.users.bsonSun Apr 22 12:01:27      going into namespace [foo.system.users]Sun Apr 22 12:01:27      1 objects foundSun Apr 22 12:01:27 /data/dump/foo/system.indexes.bsonSun Apr 22 12:01:27      going into namespace [foo.system.indexes]Sun Apr 22 12:01:27 { name: "_id_", ns: "foo.system.users", key: { _id: 1 }, v: 0 }Sun Apr 22 12:01:27 { name: "_id_", ns: "foo.t2", key: { _id: 1 }, v: 0 }Sun Apr 22 12:01:27 { name: "_id_", ns: "foo.t1", key: { _id: 1 }, v: 0 }Sun Apr 22 12:01:27      3 objects found[root@localhost bin]#

  通過工具返回信息,我們可以看到foo中的數據已經被恢復回來了, 接下來我們到庫里去驗證一下:

雙擊代碼全選
1 2 3 4 5 6 7 8 9 10 11[root@localhost bin]# ./mongoMongoDB shell version: 1.8.1connecting to: test> use fooswitched to db foo> show collections;system.indexessystem.userst1t2>

  結果證明foo庫表已經被成功恢復回來了。

關于DBA應用技巧中如何利用MySQL技能學習MongoDB問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

上虞市| 绥滨县| 伊宁县| 黄浦区| 万荣县| 武安市| 札达县| 榕江县| 石台县| 长顺县| 富平县| 延寿县| 台州市| 宜春市| 黔西县| 曲麻莱县| 宣汉县| 旅游| 裕民县| 贺兰县| 延长县| 庆城县| 大理市| 临夏市| 南岸区| 上饶市| 大城县| 水富县| 黔江区| 晋中市| 福贡县| 兴城市| 裕民县| 邹平县| 屯昌县| 清涧县| 罗甸县| 松江区| 望奎县| 大方县| 新巴尔虎左旗|