{"id":4470,"date":"2025-04-09T22:32:01","date_gmt":"2025-04-09T14:32:01","guid":{"rendered":"https:\/\/dasmz.com\/?p=4470"},"modified":"2025-05-09T15:51:22","modified_gmt":"2025-05-09T07:51:22","slug":"%e5%9f%ba%e4%ba%8elnmp%e6%9e%b6%e6%9e%84%ef%bc%8c%e5%ae%89%e8%a3%85wordpress%e5%8d%9a%e5%ae%a2","status":"publish","type":"post","link":"https:\/\/dasmz.com\/?p=4470","title":{"rendered":"\u57fa\u4e8eLNMP\u67b6\u6784\uff0c\u5b89\u88c5WordPress\u535a\u5ba2"},"content":{"rendered":"\n<p><strong>\u524d\u7f00\u3001\u6587\u6863\u4fee\u6539\u8bb0\u5f55<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">20250409 \u521d\u59cb\u5316\u7f16\u8f91\u6b64\u6587\u7ae0\uff0c\u5b8c\u7a3f<\/pre>\n\n\n\n<p><strong>\u7ae0\u82821\u3001\u9700\u6c42\u63cf\u8ff0<\/strong><\/p>\n\n\n\n<p>\u642d\u5efa\u4e00\u4e2a\u81ea\u5df1\u7684Wordpress\u535a\u5ba2<\/p>\n\n\n\n<p>\u6574\u4f53\u7684\u64cd\u4f5c\u6b65\u9aa4\u5c31\u662f<\/p>\n\n\n\n<p>\u53c2\u7167 https:\/\/dasmz.com\/?p=3629 \u5b89\u88c5LNMP\u7684\u57fa\u7840\u73af\u5883<\/p>\n\n\n\n<p>\u53c2\u7167 https:\/\/dasmz.com\/?p=1544 \u914d\u7f6e\u4e00\u4e2aWordpress\u7684\u5e93<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'wordpress_57AADFEF668Ae2E8E6285858';\n\ncreate database wordpress character set utf8mb4 collate utf8mb4_bin;\n\nGRANT ALL privileges ON wordpress.* to wordpress@localhost;\n\nGRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER ON wordpress.* TO wordpress@localhost;\n\nflush privileges;\n\nexit<\/pre>\n\n\n\n<p>\u53c2\u7167\u672c\u7bc7\u7684\u5185\u5bb9\uff0c\u5b8c\u6210\u5269\u4f59\u7684\u642d\u5efa\u8fc7\u7a0b\uff0c\u4e00\u4e2a\u7b80\u6613\u7684\u535a\u5ba2\u642d\u5efa\u8fc7\u7a0b\u5c31\u6b64\u5b8c\u6210<\/p>\n\n\n\n<p><strong>\u7ae0\u82822\u3001<\/strong>\u642d\u5efa\u5de5\u4f5c<\/p>\n\n\n\n<p>\u4ee5\u4e0b\u7684\u6b65\u9aa4\uff0c\u52a1\u5fc5\u5728\u524d\u9762LNMP\u73af\u5883\u548cWordpress\u6570\u636e\u5e93\u5df2\u521b\u5efa\u4e4b\u540e\uff0c\u8fdb\u884c\u64cd\u4f5c<\/p>\n\n\n\n<p>WordPress\u5b98\u7f51 https:\/\/wordpress.org\/download\/<\/p>\n\n\n\n<p>\u4e2d\u6587\u7ad9 https:\/\/cn.wordpress.org\/download\/<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img decoding=\"async\" loading=\"lazy\" width=\"927\" height=\"631\" src=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-32-10.png\" alt=\"\" class=\"wp-image-4473\" srcset=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-32-10.png 927w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-32-10-768x523.png 768w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-32-10-624x425.png 624w\" sizes=\"(max-width: 927px) 100vw, 927px\" \/><\/figure>\n\n\n\n<p>\u53ef\u4ee5\u770b\u5230\uff0c\u622a\u81f3\u5f53\u524d\u65f6\u95f42025-4-9 22:33\uff0c\u53ef\u4ee5\u4e0b\u8f7d\u5230\u6700\u65b0\u7684\u7248\u672c\u662f6.7.2<\/p>\n\n\n\n<p>WordPress 6.7.2\u5efa\u8bae\u7684\u73af\u5883\u914d\u7f6e\u4e3a &gt;= PHP 7.4 ; &gt;= MySQL\/ 8.0 ; &gt;= MariaDB version 10.5<\/p>\n\n\n\n<p>\u5728\u670d\u52a1\u5668\u4e0a\u6267\u884c\u547d\u4ee4<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt update\napt install wget unzip\ncd \/var\/www\/\nchown -R www-data:  .\/html\ncd .\/html \nwget https:\/\/cn.wordpress.org\/latest-zh_CN.zip   # \u5982\u679c\u662f\u56fd\u5185\u670d\u52a1\u5668\u7ad9\u70b9\nwget https:\/\/wordpress.org\/latest.zip   # \u5982\u679c\u662f\u6d77\u5916\u670d\u52a1\u5668\u7ad9\u70b9\nunzip latest-zh_CN.zip\nmv .\/wordpress\/*  .\/\nrm -r .\/wordpress<\/pre>\n\n\n\n<p>\u90a3\u4e48\u63a5\u4e0b\u6765\u5c31\u53ef\u4ee5\u901a\u8fc7\u6d4f\u89c8\u5668\u8fdb\u884cWordpress\u7684\u521d\u59cb\u5316\u914d\u7f6e\u4e86<\/p>\n\n\n\n<p>http:\/\/10.11.11.102\/wp-admin\/setup-config.php<\/p>\n\n\n\n<p>http:\/\/10.11.11.102\/index.php<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img decoding=\"async\" loading=\"lazy\" width=\"1154\" height=\"710\" src=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-48-46.png\" alt=\"\" class=\"wp-image-4488\" srcset=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-48-46.png 1154w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-48-46-768x473.png 768w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-48-46-624x384.png 624w\" sizes=\"(max-width: 1154px) 100vw, 1154px\" \/><\/figure>\n\n\n\n<p>\u6dfb\u52a0\u524d\u9762\u81ea\u5b9a\u4e49\u7684\u6570\u636e\u5e93\u7684\u7528\u6237\u540d\uff0c\u5bc6\u7801\uff0c\u8bbf\u95ee\u5730\u5740\uff08\u5982\u679c\u5e93\u4e0d\u5728\u672c\u673a\u7684\u8bdd\uff0c\u8fd9\u91cc\u586b\u6570\u636e\u5e93\u7684IP\u5730\u5740\uff09<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img decoding=\"async\" loading=\"lazy\" width=\"1124\" height=\"815\" src=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-49-53.png\" alt=\"\" class=\"wp-image-4489\" srcset=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-49-53.png 1124w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-49-53-768x557.png 768w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-49-53-624x452.png 624w\" sizes=\"(max-width: 1124px) 100vw, 1124px\" \/><\/figure>\n\n\n\n<p>\u63a5\u4e0b\u6765\uff0c\u5c31\u662f\u5b9a\u4e49\u4f60\u7f51\u7ad9\u7684\u6807\u9898\uff0c\u7ba1\u7406\u5458\u7684\u7528\u6237\u540d\uff0c\u5f3a\u53e3\u4ee4\uff0c\u4e00\u4e2a\u53ef\u7528\u4e8e\u627e\u56de\u5bc6\u7801\u7684\u7ba1\u7406\u5458\u90ae\u7bb1\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img decoding=\"async\" loading=\"lazy\" width=\"1112\" height=\"947\" src=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-51-40.png\" alt=\"\" class=\"wp-image-4492\" srcset=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-51-40.png 1112w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-51-40-768x654.png 768w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-51-40-624x531.png 624w\" sizes=\"(max-width: 1112px) 100vw, 1112px\" \/><\/figure>\n\n\n\n<p>\u6210\u529f<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img decoding=\"async\" loading=\"lazy\" width=\"863\" height=\"557\" src=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-52-44.png\" alt=\"\" class=\"wp-image-4493\" srcset=\"https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-52-44.png 863w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-52-44-768x496.png 768w, https:\/\/dasmz.com\/wp-content\/uploads\/2025\/04\/Screenshot-from-2025-04-09-22-52-44-624x403.png 624w\" sizes=\"(max-width: 863px) 100vw, 863px\" \/><\/figure>\n\n\n\n<p>\u540e\u9762\u901a\u8fc7 http:\/\/10.11.11.102\/wp-login.php \u5373\u53ef\u767b\u5f55Wordpress\u7684\u63a7\u5236\u53f0\u4e86\uff0c\u540e\u9762\u81ea\u5df1\u9009\u62e9\u4e3b\u9898\uff0c\u6216\u63d2\u4ef6\u5b89\u88c5\u5373\u53ef<\/p>\n\n\n\n<p><strong>\u9644\u5f551\u3001\u89c6\u9891\u64cd\u4f5c\u6f14\u793a<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">000159. \u57fa\u4e8eLNMP\uff0c\u642d\u5efa\u81ea\u5df1\u7684Wordpress\u535a\u5ba2 2025-04-10\n\n\u672c\u671f\u535a\u5ba2\u5730\u5740 https:\/\/dasmz.com\/?p=4470\n\u672c\u671f\u89c6\u9891\u5730\u5740 https:\/\/youtu.be\/EoBzi6IfNLs<\/pre>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"000159  \u57fa\u4e8eLNMP\uff0c\u642d\u5efa\u81ea\u5df1\u7684Wordpress\u535a\u5ba2 2025-04-10\" width=\"625\" height=\"352\" src=\"https:\/\/www.youtube.com\/embed\/EoBzi6IfNLs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><strong>\u9644\u5f552\u3001@Dasmz<\/strong><\/p>\n\n\n\n<p>\u535a\u5ba2\u5185\uff0c\u6240\u6709\u6559\u7a0b\u4e3a\u624b\u6253\u539f\u521b\u6559\u7a0b\uff0c\u5982\u679c\u6280\u672f\u6559\u7a0b\u5bf9\u60a8\u6709\u6240\u5e2e\u52a9\uff0c\u6b22\u8fce\u6253\u8d4f\u4f5c\u8005\u3002\u6280\u672f\u5c42\u9762\uff0c\u95fb\u9053\u6709\u5148\u540e\uff0c\u5982\u6709\u758f\u6f0f\u3001\u9519\u8bef\uff0c\u6b22\u8fce\u6307\u6b63\u3002\u6280\u672f\u535a\u5ba2\u7684\u5185\u5bb9\uff0c\u4e00\u822c\u5177\u6709\u4e00\u5b9a\u7684\u73af\u5883\u4f9d\u8d56\uff0c\u5177\u6709\u4e00\u5b9a\u7684\u5e74\u4ee3\u4f9d\u8d56\uff0c\u914c\u60c5\u53c2\u8003\u5176\u4e2d\u7684\u5185\u5bb9\uff0c\u8bf7\u52ff\u5b8c\u5168\u7167\u642c\u7167\u6284\u3002<\/p>\n\n\n\n<p>\u5bf9\u4e8e\u535a\u5ba2\u5185\u5df2\u63d0\u53ca\u7684\u4e13\u4e1a\u77e5\u8bc6\uff0c\u5982\u679c\u9700\u8981\u6280\u672f\u6307\u5bfc\uff0c\u6b22\u8fce\u8054\u7cfb\u6211\uff0c\u4ec5\u9700\u652f\u4ed8\u5de5\u65f6\u8d39<\/p>\n\n\n\n<p>Twitter: <a href=\"https:\/\/x.com\/fdmove\">Dasmz<\/a><\/p>\n\n\n\n<p>Youtube: <a href=\"https:\/\/www.youtube.com\/@DasmzStudio\" data-type=\"URL\" data-id=\"https:\/\/www.youtube.com\/@DasmzStudio\">@DasmzStudio<\/a><\/p>\n\n\n\n<p>Telegram: <a href=\"https:\/\/t.me\/fdmove\" data-type=\"URL\" data-id=\"https:\/\/t.me\/fdmove\">@Dasmz<\/a><\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"574\" height=\"446\" src=\"https:\/\/dasmz.com\/wp-content\/uploads\/2020\/12\/DONATE.jpg\" alt=\"Donate\" class=\"wp-image-18\"\/><figcaption class=\"wp-element-caption\">\u4e91\u4e5e\u8ba8<\/figcaption><\/figure><\/div>","protected":false},"excerpt":{"rendered":"<p>\u524d\u7f00\u3001\u6587\u6863\u4fee\u6539\u8bb0\u5f55 20250409 \u521d\u59cb\u5316\u7f16\u8f91\u6b64\u6587\u7ae0\uff0c\u5b8c\u7a3f \u7ae0\u82821\u3001\u9700\u6c42\u63cf\u8ff0 \u642d\u5efa\u4e00\u4e2a\u81ea\u5df1\u7684Wordpres [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[123,170],"_links":{"self":[{"href":"https:\/\/dasmz.com\/index.php?rest_route=\/wp\/v2\/posts\/4470"}],"collection":[{"href":"https:\/\/dasmz.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dasmz.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dasmz.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dasmz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4470"}],"version-history":[{"count":12,"href":"https:\/\/dasmz.com\/index.php?rest_route=\/wp\/v2\/posts\/4470\/revisions"}],"predecessor-version":[{"id":4495,"href":"https:\/\/dasmz.com\/index.php?rest_route=\/wp\/v2\/posts\/4470\/revisions\/4495"}],"wp:attachment":[{"href":"https:\/\/dasmz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4470"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dasmz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4470"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dasmz.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}