{"id":754,"date":"2022-09-23T13:57:52","date_gmt":"2022-09-23T05:57:52","guid":{"rendered":"https:\/\/www.jchj.top\/?p=754"},"modified":"2025-09-26T11:25:44","modified_gmt":"2025-09-26T03:25:44","slug":"wordpress-%e7%9a%84%e5%ae%89%e8%a3%85%e9%83%a8%e7%bd%b2","status":"publish","type":"post","link":"https:\/\/www.jchj.top\/?p=754","title":{"rendered":"WordPress \u7684\u5b89\u88c5\u90e8\u7f72"},"content":{"rendered":"\n<p><strong>\u73af\u5883<\/strong><\/p>\n\n\n\n<p>\u64cd\u4f5c\u7cfb\u7edf\uff1acentos7.9<\/p>\n\n\n\n<p>\u524d\u8a00<\/p>\n\n\n\n<p>WordPress \u662f\u6700\u6d41\u884c\u7684\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf\u4e4b\u4e00\uff0c\u4e5f\u662f\u5e38\u7528\u7684 CMS\uff08\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf\uff09\u7a0b\u5e8f\u4e4b\u4e00\u3002Wordpress \u53ef\u4ee5\u591a\u79cd\u65b9\u5f0f\u5b89\u88c5\uff0c\u672c\u6b21\u8bb2\u89e3\u975e\u5e38\u6d41\u884c\u7684\u8f6f\u4ef6\u73af\u5883LNMP ( Linux + Nginx + MariaDB + PHP )\u3002<\/p>\n\n\n\n<p><strong>\u5b89\u88c5<\/strong><strong> LNMP<\/strong><\/p>\n\n\n\n<p>\u8be6\u89c1\u300alnmp\u73af\u5883\u642d\u5efa\u300b<a href=\"https:\/\/www.jchj.top\/?p=205\" data-type=\"post\" data-id=\"205\">LNMP\u73af\u5883\u624b\u52a8\u642d\u5efa\u8be6\u7a0b<\/a><\/p>\n\n\n\n<p><strong>\u5b89\u88c5<\/strong><strong> WordPress<\/strong><\/p>\n\n\n\n<p>\u5b89\u88c5Wordpress\u4e4b\u524d\uff0c\u9700\u8981\u5148\u521b\u5efa\u5bf9\u5e94\u6570\u636e\u5e93\u53ca\u5e10\u53f7\u7528\u4e8e\u5b89\u88c5wordpress\u4f7f\u7528\u3002<br>\u4e0b\u8f7d\u6700\u65b0\u7248\u672c\u7684wordpress \u62f7\u8d1d\u5230\u672c\u673a\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"150\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2022\/09\/1-23.png\" alt=\"\" class=\"wp-image-755\"\/><\/figure>\n\n\n\n<p>\u4e0b\u8f7d\u5b8c\u6210\u540e\uff0c\u901a\u8fc7tar\u547d\u4ee4\u89e3\u538b\u8f6f\u4ef6\u5305\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"774\" height=\"122\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2022\/09\/2-23.png\" alt=\"\" class=\"wp-image-756\"\/><\/figure>\n\n\n\n<p>\u89e3\u538b\u540e\uff0c\u901a\u8fc7cd\u547d\u4ee4\u8fdb\u5165wordpress\u76ee\u5f55\uff0c\u4f7f\u7528cp\u547d\u4ee4\u590d\u5236 wp-config-sample.php \u6587\u4ef6\u4e3a wp-config.php\u3002<br>[root@jchj www]# cp wordpress\/wp-config-sample.php wordpress\/wp-config.php<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"902\" height=\"440\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2022\/09\/3-22.png\" alt=\"\" class=\"wp-image-757\"\/><\/figure>\n\n\n\n<p>[root@jchj www]# vim wordpress\/wp-config.php<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1058\" height=\"803\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2022\/09\/4-21.png\" alt=\"\" class=\"wp-image-758\"\/><\/figure>\n\n\n\n<p>\u5185\u5bb9\u5982\u4e0b<\/p>\n\n\n\n<p>\/\/ ** MySQL \u8bbe\u7f6e &#8211; \u5177\u4f53\u4fe1\u606f\u6765\u81ea\u60a8\u6b63\u5728\u4f7f\u7528\u7684\u4e3b\u673a ** \/\/<\/p>\n\n\n\n<p>\/** WordPress\u6570\u636e\u5e93\u7684\u540d\u79f0 *\/<\/p>\n\n\n\n<p>define( \u2018DB_NAME\u2019, \u2018database_name_here\u2019 );<\/p>\n\n\n\n<p>\/** MySQL\u6570\u636e\u5e93\u7528\u6237\u540d *\/<\/p>\n\n\n\n<p>define( \u2018DB_USER\u2019, \u2018username_here\u2019 );<\/p>\n\n\n\n<p>\/** MySQL\u6570\u636e\u5e93\u5bc6\u7801 *\/<\/p>\n\n\n\n<p>define( \u2018DB_PASSWORD\u2019, \u2018password_here\u2019 );<\/p>\n\n\n\n<p>\/** MySQL\u4e3b\u673a *\/<\/p>\n\n\n\n<p>define( \u2018DB_HOST\u2019, \u2018localhost\u2019 );<\/p>\n\n\n\n<p>\/** \u521b\u5efa\u6570\u636e\u8868\u65f6\u9ed8\u8ba4\u7684\u6587\u5b57\u7f16\u7801 *\/<\/p>\n\n\n\n<p>define( \u2018DB_CHARSET\u2019, \u2018utf8\u2019 );<\/p>\n\n\n\n<p>\/** \u6570\u636e\u5e93\u6574\u7406\u7c7b\u578b\u3002\u5982\u4e0d\u786e\u5b9a\u8bf7\u52ff\u66f4\u6539 *\/<\/p>\n\n\n\n<p>define( \u2018DB_COLLATE\u2019, \u2018\u2019 );<\/p>\n\n\n\n<p>\u901a\u8fc7cp\u547d\u4ee4\u5c06\u6587\u4ef6\u5185\u5bb9\u62f7\u8d1d\u5230\/data\/www\/\u76ee\u5f55\u4e2d\u3002<\/p>\n\n\n\n<p>cp -a \/flie\/wordpress\/. \/data\/www\/<\/p>\n\n\n\n<p>\u81f3\u6b64\uff0c\u914d\u7f6e\u5b8c\u6210\uff0c\u4e0b\u4e00\u6b65\u6211\u4eec\u5c06\u8fdb\u5165 WordPress \u8fd0\u884c\u914d\u7f6e\u754c\u9762\u3002<\/p>\n\n\n\n<p>\u5728\u6d4f\u89c8\u5668\u4e2d\u8f93\u5165https:\/\/www.jchj.top\uff08\u4f60\u81ea\u5df1\u7684\u57df\u540d\uff09\uff0c\u4f60\u4f1a\u770b\u5230\u5982\u4e0b\u914d\u7f6e\u754c\u9762\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1812\" height=\"968\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2022\/09\/5-19.png\" alt=\"\" class=\"wp-image-759\"\/><\/figure>\n\n\n\n<p>\u5982\u679c\u60f3\u4fee\u6539\u4e3b\u9898\u672c\u8eab\uff0c\u5982\uff1alogo\uff0c\u80cc\u666f\u56fe\uff0c\u53ef\u4ee5\u76f4\u63a5\u628a\u4e0b\u8f7d\u7684\u4e3b\u9898zip\u5305\u89e3\u538b\uff0c\u4e3b\u9898\u5305\u5185\u4e00\u822c\u90fd\u6709\u4e2apic\u6587\u4ef6\u5939\uff0c\u66f4\u6362\u81ea\u5df1\u7684\u56fe\u7247\u7136\u540e\u91cd\u65b0\u6253\u5305\u4e0a\u4f20\u5b89\u88c5\u5c31\u53ef\u4ee5\u4e86\uff1b<\/p>\n\n\n\n<p>\u5982\u679c\u662f\u66f4\u6362\u4e3b\u9898\uff0c\u53ef\u4ee5\u6709\u4e24\u79cd\u65b9\u6cd5\uff1a1.\u4e0b\u8f7d\u4e3b\u9898\u5305\uff0c\u89e3\u538b\uff0c\u4e0a\u4f20\u5230\u670d\u52a1\u5668wp-content\/themes\u76ee\u5f55\u4e0b\uff0c\u7136\u540e\u8fdb\u5165\u7ba1\u7406\u540e\u53f0\uff0c\u542f\u7528\u65b0\u4e3b\u9898\u5373\u53ef\u30022.\u76f4\u63a5\u5728\u540e\u53f0\u4e3b\u9898\u7ba1\u7406\u5904\uff0c\u6839\u636e\u9700\u6c42\u641c\u7d22\u4e3b\u9898\uff0c\u7136\u540e\u70b9\u51fb\u5b89\u88c5\uff0c\u5373\u53ef\u5b9e\u73b0\u5728\u7ebf\u5b89\u88c5\u3002<\/p>\n\n\n\n<p><strong>WordPress <\/strong><strong>\u540e\u53f0\u4fee\u6539\u52a0\u5bc6\u9690\u85cf<\/strong><strong> wp-login\/admin <\/strong><strong>\u9ed8\u8ba4\u5730\u5740<\/strong><\/p>\n\n\n\n<p><strong>\u52a0\u5bc6\u9690\u85cf<\/strong><strong>wp-login<\/strong><\/p>\n\n\n\n<p>\u7f16\u8f91\u5f53\u524d\u4e3b\u9898\u7684\u00a0 functions.php\u6587\u4ef6\uff0c\u5728\u672b\u5c3e\u6dfb\u52a0\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"971\" height=\"230\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2022\/09\/6-19.png\" alt=\"\" class=\"wp-image-760\"\/><\/figure>\n\n\n\n<p>\u5176\u4e2d\u7684 lysh \u5c31\u662f\u52a0\u5bc6\u5b57\u7b26\uff0c\u53ef\u4ee5\u6539\u6210\u4f60\u9700\u8981\u7684\u5b57\u7b26\uff0c\u4fdd\u5b58\u4e4b\u540e WordPress \u7684\u9ed8\u8ba4\u767b\u5f55\u5730\u5740\u5c31\u4f1a\u53d8\u5316\uff0c\u53d8\u6210\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Plaintext<br>\u4f60\u7684\u7f51\u7ad9\u57df\u540d\/wp-login.php?lysh<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u5982\u679c\u6ca1\u6709\u8f93\u5165\u52a0\u5bc6\u5b57\u7b26\uff0c\u5c06\u4f1a\u76f4\u63a5\u8df3\u8f6c\u5230\u7f51\u7ad9\u9996\u9875\u3002\u5f53\u7136\uff0c\u4f60\u53ef\u4ee5\u6839\u636e\u81ea\u5df1\u7684\u9700\u6c42\u5c06\u7f51\u7ad9\u9996\u9875home_url\u6539\u6210\u4f60\u81ea\u5df1\u9700\u8981\u7684\u9875\u9762\uff01<\/p>\n\n\n\n<p><strong>\u5fd8\u8bb0\u52a0\u5bc6\u5b57\u7b26\u600e\u4e48\u529e\uff1f<\/strong><\/p>\n\n\n\n<p>\u5443\uff0c\u90a3\u4e0d\u662f\u6253\u5f00 functions.php \u6587\u4ef6\u770b\u770b\u4e0d\u5c31\u77e5\u9053\u4e86\u561b\u2026\u2026<\/p>\n\n\n\n<p>\u600e\u4e48\u6253\u5f00 functions.php \u6587\u4ef6\uff1f\u5728\u7ebf\u6587\u4ef6\u7ba1\u7406\u5668\u3001FTP\u3001\u5b9d\u5854\u3001\u8d44\u6e90\u7ba1\u7406\u5668\u3001\u8fdc\u7a0b\u670d\u52a1\u5668\u2026\u2026<\/p>\n\n\n\n<p><strong>WordPress<\/strong><strong>\u9700\u8981\u8bbf\u95ee\u60a8\u7f51\u9875\u670d\u52a1\u5668\u7684\u6743\u9650\u3002<\/strong><strong> <\/strong><strong>\u8bf7\u8f93\u5165\u60a8\u7684<\/strong><strong>FTP<\/strong><strong>\u767b\u5f55\u51ed\u636e\u4ee5\u7ee7\u7eed\u3002<\/strong><strong> <\/strong><strong>\u5982\u679c\u60a8\u5fd8\u8bb0\u4e86\u60a8\u7684\u767b\u5f55\u51ed\u636e\uff08\u5982\u7528\u6237\u540d\u3001\u5bc6\u7801\uff09\uff0c\u8bf7\u8054\u7cfb\u60a8\u7684\u4e3b\u673a\u63d0\u4f9b\u5546<\/strong><\/p>\n\n\n\n<p>&nbsp;\u8fd9\u4e2a\u6587\u4ef6\u4e00\u822c\u662f\u6587\u4ef6\u76ee\u5f55\u6743\u9650\u7684\u95ee\u9898\uff0c\u9700\u8981\u5728\u914d\u7f6e\u6587\u4ef6\u4e2d\u52a0\u5165<\/p>\n\n\n\n<p>[root@jchj \/]# vim \/data\/www\/wordpress\/wp-config.php<\/p>\n\n\n\n<p>define(&#8220;FS_METHOD&#8221;, &#8220;direct&#8221;);<\/p>\n\n\n\n<p>define(&#8220;FS_CHMOD_DIR&#8221;, 0777);<\/p>\n\n\n\n<p>define(&#8220;FS_CHMOD_FILE&#8221;, 0777);<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1147\" height=\"1195\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2022\/09\/7-18.png\" alt=\"\" class=\"wp-image-761\"\/><\/figure>\n\n\n\n<p>[root@jchj \/]# vim \/etc\/php-fpm.d\/www.conf<\/p>\n\n\n\n<p>\u66f4\u6539\u8fd0\u884c\u7684\u7528\u6237\u53ca\u7528\u6237\u7ec4\u6539\u6210nginx<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1318\" height=\"551\" src=\"https:\/\/www.jchj.top\/wp-content\/uploads\/2022\/09\/8-18.png\" alt=\"\" class=\"wp-image-762\"\/><\/figure>\n\n\n\n<p>\u5e76\u628a\u7f51\u9875\u76ee\u5f55\u7684\u7684\u6743\u9650\u4e5f\u6539\u6210nginx\u7528\u6237nginx\u7ec4<\/p>\n\n\n\n<p>[root@jchj \/]# chown -R nginx:nginx \/data\/<\/p>\n\n\n\n<p>\u91cd\u542f<\/p>\n\n\n\n<p>[root@jchj \/]# systemctl start php-fpm<br><br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u73af\u5883 \u64cd\u4f5c\u7cfb\u7edf\uff1acentos7.9 \u524d\u8a00 Word&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21,7,1],"tags":[],"class_list":["post-754","post","type-post","status-publish","format-standard","hentry","category-linux","category-7","category-1"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/posts\/754","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jchj.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=754"}],"version-history":[{"count":2,"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/posts\/754\/revisions"}],"predecessor-version":[{"id":765,"href":"https:\/\/www.jchj.top\/index.php?rest_route=\/wp\/v2\/posts\/754\/revisions\/765"}],"wp:attachment":[{"href":"https:\/\/www.jchj.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=754"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jchj.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=754"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jchj.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}