{"id":314,"date":"2021-02-09T17:20:46","date_gmt":"2021-02-09T17:20:46","guid":{"rendered":"http:\/\/robinluo.top\/?p=314"},"modified":"2021-05-06T16:43:44","modified_gmt":"2021-05-06T16:43:44","slug":"mongodb","status":"publish","type":"post","link":"https:\/\/robinluo.top\/?p=314","title":{"rendered":"mongoDB"},"content":{"rendered":"\n<p>\u542f\u52a8 mongodb<\/p>\n\n\n\n<p>\u8fd8\u539f mongorestore<\/p>\n\n\n\n<p>linux\u4e0b\u5b89\u88c5mongoDB<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install mongodb-server<\/code><\/pre>\n\n\n\n<p>\u6267\u884c\u672c\u5730\u8fde\u63a5<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mongo<\/code><\/pre>\n\n\n\n<p>\u672c\u5730\u914d\u7f6e\u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/mongodb.conf<\/code><\/pre>\n\n\n\n<p>\u91cd\u8981\u914d\u7f6e\u9879<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bind_ip \/\/\u7ed1\u5b9a\u4e3b\u673a\nport    \/\/\u670d\u52a1\u7aef\u53e3\nauth    \/\/\u662f\u5426\u9700\u8981\u8d26\u53f7\u5bc6\u7801\u767b\u5f55\n<\/code><\/pre>\n\n\n\n<p>\u914d\u7f6e\u9700\u8981\u767b\u5f55\u524d\u9700\u8981\u5148\u6dfb\u52a0\u7528\u6237<\/p>\n\n\n\n<p>\u5728admin\u8868\u4e0b\u6dfb\u52a0user<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>use admin;\n\ndb.createUser({user:\"admin\", pwd:\"\u5bc6\u7801\",roles:&#91;{role:\"userAdminAnyDatabase\",db:\"admin\"},{role:\"readWriteAnyDatabase\",db:\"admin\"}]});\r<\/code><\/pre>\n\n\n\n<p>\u8fde\u63a5\u540e\u5148\u6388\u6743<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>use admin;\ndb.auth('robin','RobinLuo123');<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u542f\u52a8 mongodb \u8fd8\u539f mongorestore linux\u4e0b\u5b89\u88c5mongoDB \u6267\u884c\u672c\u5730\u8fde\u63a5 \u672c\u5730\u914d\u7f6e\u6587\u4ef6 \u91cd\u8981\u914d\u7f6e\u9879 \u914d\u7f6e\u9700\u8981\u767b\u5f55\u524d\u9700\u8981\u5148\u6dfb\u52a0\u7528\u6237 \u5728admin\u8868\u4e0b\u6dfb\u52a0user \u8fde\u63a5\u540e\u5148\u6388\u6743<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[75],"tags":[],"_links":{"self":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/314"}],"collection":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=314"}],"version-history":[{"count":7,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/314\/revisions"}],"predecessor-version":[{"id":462,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/314\/revisions\/462"}],"wp:attachment":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}