{"id":62,"date":"2022-01-14T11:41:44","date_gmt":"2022-01-14T03:41:44","guid":{"rendered":"https:\/\/www.zhangc.net\/?p=62"},"modified":"2022-01-14T11:41:45","modified_gmt":"2022-01-14T03:41:45","slug":"mongodb%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae","status":"publish","type":"post","link":"https:\/\/www.zhangc.net\/index.php\/2022\/01\/14\/mongodb%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae\/","title":{"rendered":"mongodb\u5b89\u88c5\u914d\u7f6e"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">tar -zxvf mongodb-linux-x86_64-3.2.8.tgz \nmv mongodb-linux-x86_64-3.2.8 mongodb\n#\u6570\u636e\u5b58\u50a8\nmkdir -pv \/data\/mongodb\/data\/db\n#\u65e5\u5fd7\nmkdir \/data\/mongodb\/logs\n#\u914d\u7f6e\u6587\u4ef6\nmkdir .\/conf<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#db path\ndbpath = \/data\/mongodb\/data\/db\n\n#dblog\nlogpath = \/data\/mongodb\/logs\/mongodb.log\n\n#log append\nlogappend = true\n\n#dbport\nport = 27017\n\n#deamon process\nfork = true\n\n#auth\nauth = true\n#auth = false\n\n#32 bit system\n#journal = true\n\n#\u7ed1\u5b9aIP\u5730\u5740\nbind_ip = 0.0.0.0\n\n#\u6700\u5927\u8fde\u63a5\u6570\nmaxConns = 500\n\npidfilepath = \/data\/mongodb\/mongodb.pid<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">mongod -f \/usr\/local\/mongodb\/conf\/mongodb.conf\n\n# \u521b\u5efa\u7528\u6237\ndb.createUser(\n  {\n    user:\"root\",\n    pwd:\"mongodb@6\",\n    roles:[\"root\"]\n  }\n)\n<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[6],"tags":[],"class_list":["post-62","post","type-post","status-publish","format-standard","hentry","category-database"],"_links":{"self":[{"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/posts\/62","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/comments?post=62"}],"version-history":[{"count":1,"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/posts\/62\/revisions"}],"predecessor-version":[{"id":63,"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/posts\/62\/revisions\/63"}],"wp:attachment":[{"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/media?parent=62"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/categories?post=62"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhangc.net\/index.php\/wp-json\/wp\/v2\/tags?post=62"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}