{"id":49,"date":"2021-08-13T09:26:11","date_gmt":"2021-08-13T01:26:11","guid":{"rendered":"https:\/\/www.inorysnow.cn\/?p=49"},"modified":"2025-07-02T17:09:42","modified_gmt":"2025-07-02T09:09:42","slug":"wordpress%ef%bc%88mysqlnginxphp%ef%bc%89%e9%83%a8%e7%bd%b2","status":"publish","type":"post","link":"https:\/\/www.inorysnow.cn\/?p=49","title":{"rendered":"WordPress\uff08MySQL+Nginx+PHP\uff09\u90e8\u7f72"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"> \u4e00\u3001\u73af\u5883\u914d\u7f6e <\/h2>\n\n\n\n<p>\u57fa\u4e8e\u4e2a\u4eba\u4f7f\u7528\u4e60\u60ef\uff0c\u6211\u8fd9\u8fb9\u5b89\u88c5\u7684\u662fMySQL5.7\uff0cPHP7\uff08WordPress5.2\u6700\u4f4e\u9700\u8981PHP5.6.20\uff09\uff0c\u90fd\u662f\u901a\u8fc7yum\u65b9\u5f0f\u8fdb\u884c\u73af\u5883\u7684\u5b89\u88c5\u3002 <\/p>\n\n\n\n<p>\u63a8\u8350\u4f7f\u7528yum\u8fdb\u884c\u73af\u5883\u7684\u5b89\u88c5\uff0c\u514d\u53bb\u81ea\u884c\u7f16\u8bd1\u53ef\u80fd\u9047\u5230\u7684\u5404\u79cd\u95ee\u9898\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># \u68c0\u67e5\u662f\u5426\u5df2\u5b89\u88c5\u6307\u5b9a\u7684\u5305\nyum list installed | grep \u5305\u540d\n# \u5378\u8f7d\u5df2\u5b89\u88c5\u7684\u5305\nyum remove \u5305\u540d\n# \u67e5\u770b\u53ef\u5b89\u88c5\u7684\u5305\nyum list *\u5305\u540d*<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"> 1\u3001\u5b89\u88c5MySQL5.7 <\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code># \u4e0b\u8f7dMySQL\u5b98\u65b9\u7684Yum Repository\nwget http:\/\/dev.mysql.com\/get\/mysql57-community-release-el7-10.noarch.rpm\n# \u5b89\u88c5MySQL\u5b98\u65b9\u7684Yum Repository\nyum install mysql57-community-release-el7-10.noarch.rpm\n# \u5b89\u88c5MySQL\u670d\u52a1\u5668\nyum install mysql-community-server\n# \u67e5\u770b\/\u542f\u52a8\/\u505c\u6b62\/\u91cd\u542fMySQL\u670d\u52a1\uff08\u6ce8\u610f\u670d\u52a1\u540d\u662fmysqld\uff09\nsystemctl status\/start\/stop\/restart mysqld\n# \u67e5\u770bMySQL\u9ed8\u8ba4\u5bc6\u7801\ngrep \"password\" \/var\/log\/mysqld.log\n# \u767b\u9646MySQL\nmysql -u root -p\n# \u4fee\u6539MySQL\u5bc6\u7801\u5b89\u5168\u7b56\u7565\u4e3a\u4f4e\uff08\u4f4e\uff1a\u53ea\u6821\u9a8c\u957f\u5ea6\uff0c\u4e0d\u6821\u9a8c\u6570\u636e\u3001\u5927\u5c0f\u5199\u3001\u7279\u6b8a\u5b57\u7b26\u7b49\uff09\nset global validate_password_policy=0;\n# \u4fee\u6539MySQL\u5bc6\u7801\u6700\u5c0f\u957f\u5ea6\uff08\u9ed8\u8ba4\u957f\u5ea6\u4e3a8\uff09\nset global validate_password_length=6;\n# \u8bbe\u7f6eroot\u7528\u6237\u5bc6\u7801\nALTER USER 'root'@'localhost' IDENTIFIED BY '******';\n# \u65b0\u5efa\u7528\u6237\uff0c\u5e76\u6388\u4e88\u8fdc\u7a0b\u7ba1\u7406\u6743\u9650\uff08\u6301\u6709\u6240\u6709\u5e93\u4e0b\u7684\u6240\u6709\u8868\u7684\u5168\u90e8\u6743\u9650\uff0c\u5e76\u4e14\u53ef\u5c06\u6743\u9650\u6388\u6743\u7ed9\u5176\u4ed6\u7528\u6237\uff09\nCREATE USER 'admin'@'%' IDENTIFIED BY '******';\nGRANT ALL PRIVILEGES ON *.* TO 'admin'@'%' WITH GRANT OPTION;\n# \u624b\u52a8\u5237\u65b0\u6743\u9650\nFLUSH PRIVILEGES;\n# \u9000\u51fa\u6570\u636e\u5e93\nexit\n# \u5378\u8f7dMySQL\u5b98\u65b9\u7684Yum Repository\uff0c\u9632\u6b62\u5176\u81ea\u52a8\u66f4\u65b0\nyum remove mysql57-community-release-el7-10.noarch\n\n# \u67e5\u770b\/\u542f\u52a8\/\u505c\u6b62\/\u91cd\u542f\u9632\u706b\u5899\nsystemctl status\/start\/stop\/restart firewalld\n# \u67e5\u770b\u5df2\u5f00\u653e\u7aef\u53e3\nfirewall-cmd --list-all\n# \u67e5\u770b\u662f\u5426\u5f00\u542f3306\u7aef\u53e3\nfirewall-cmd --query-port=3306\/tcp\n# \u5f00\u542f3306\u7aef\u53e3\nfirewall-cmd --zone=public --add-port=3306\/tcp --permanent\n# \u91cd\u542f\u9632\u706b\u5899\nfirewall-cmd --reload\n# \u67e5\u770b\u963f\u91cc\u4e91\u5b89\u5168\u7ec4\uff08\u963f\u91cc\u4e91\u670d\u52a1\u5668\uff09\n# \u5728\u963f\u91cc\u4e91\u4e91\u670d\u52a1\u5668\u7ba1\u7406\u63a7\u5236\u53f0-\u5b89\u5168\u7ec4\u4e2d-\u5feb\u901f\u6dfb\u52a0-\u52fe\u9009MySQL(3306)\uff0c\u5141\u8bb83306\u7aef\u53e3\u8bbf\u95ee<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">2\u3001\u5b89\u88c5Nginx<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code># Centos7\u66f4\u65b0Nginx yum\u6e90\n# -ivh\uff1ai\uff0c\u5b89\u88c5\uff1bv\uff0c\u663e\u793a\u5b89\u88c5\u8fc7\u7a0b\uff1bh\uff0c\u663e\u793a\u8fdb\u5ea6\n# -Uvh\uff1aU\uff0c\u66f4\u65b0\uff1bv\uff0c\u663e\u793a\u5b89\u88c5\u8fc7\u7a0b\uff1bh\uff0c\u663e\u793a\u8fdb\u5ea6\nrpm -Uvh http:\/\/nginx.org\/packages\/centos\/7\/noarch\/RPMS\/nginx-release-centos-7-0.el7.ngx.noarch.rpm\n# \u5b89\u88c5nginx\nyum inatsll nginx\n# \u67e5\u770b\/\u542f\u52a8\/\u505c\u6b62\/\u91cd\u542fnginx\nsystemctl status\/start\/stop\/restart nginx\n\n# \u8bbf\u95eeNginx\n# Nginx\u670d\u52a1\u5f00\u542f\u540e\uff0c\u9ed8\u8ba4\u5df2\u914d\u7f6e80\u7aef\u53e3\uff0c\u6b64\u65f6\u901a\u8fc7ip:80\u5373\u53ef\u8bbf\u95eeNginx\u9996\u9875\n# \u5982\u679c\u65e0\u6cd5\u8bbf\u95ee\n# 1\u3001\u67e5\u770b\u670d\u52a1\u5668\u9632\u706b\u5899\u914d\u7f6e\n# 1\uff09\u67e5\u770b\u9632\u706b\u5899\u662f\u5426\u5f00\u542f\n# 2\uff09\u82e5\u9632\u706b\u5899\u5f00\u542f\uff0c\u67e5\u770b80\u7aef\u53e3\u662f\u5426\u5f00\u542f\n# \u67e5\u770b\u662f\u5426\u5f00\u542f80\u7aef\u53e3\nfirewall-cmd --query-port=80\/tcp\n# \u5f00\u542f80\u7aef\u53e3\nfirewall-cmd --zone=public --add-port=80\/tcp --permanent\n# \u91cd\u542f\u9632\u706b\u5899\nfirewall-cmd --reload\n# 2\u3001\u67e5\u770b\u963f\u91cc\u4e91\u5b89\u5168\u7ec4\uff08\u963f\u91cc\u4e91\u670d\u52a1\u5668\uff09\n# \u5728\u963f\u91cc\u4e91\u4e91\u670d\u52a1\u5668\u7ba1\u7406\u63a7\u5236\u53f0-\u5b89\u5168\u7ec4\u4e2d-\u5feb\u901f\u6dfb\u52a0-\u52fe\u9009Http(80)\uff0c\u5141\u8bb880\u7aef\u53e3\u8bbf\u95ee<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">3\u3001\u5b89\u88c5Php7<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code># CentOS7\u66f4\u65b0php7 yum\u6e90\n# -ivh\uff1ai\uff0c\u5b89\u88c5\uff1bv\uff0c\u663e\u793a\u5b89\u88c5\u8fc7\u7a0b\uff1bh\uff0c\u663e\u793a\u8fdb\u5ea6\n# -Uvh\uff1ai\uff0c\u66f4\u65b0\uff1bv\uff0c\u663e\u793a\u5b89\u88c5\u8fc7\u7a0b\uff1bh\uff0c\u663e\u793a\u8fdb\u5ea6\nrpm -Uvh https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-7.noarch.rpm\nrpm -Uvh https:\/\/mirror.webtatic.com\/yum\/el7\/webtatic-release.rpm\n# \u5b89\u88c5php7\u53ca\u6269\u5c55\nyum install php70w-common php70w-fpm php70w-opcache php70w-gd php70w-mysqlnd php70w-mbstring php70w-pecl-redis php70w-pecl-memcached php70w-devel\n# \u67e5\u770bphp\u7248\u672c\nphp -v\n# \u67e5\u770bphp\u6269\u5c55\u5217\u8868\nphp -m\n# \u67e5\u770b\/\u542f\u52a8\/\u505c\u6b62\/\u91cd\u542fphp\nsystemctl status\/start\/stop\/restart php-fpm\n\n# \u914d\u7f6eNginx\u5bf9php\u7684\u652f\u6301\uff0c\u9700\u8981\u4fee\u6539Nginx\u914d\u7f6e\u6587\u4ef6\n# \u67e5\u8be2Nginx\u914d\u7f6e\u6587\u4ef6\u4f4d\u7f6e\uff08\/etc\/nginx\/nginx.conf\uff09\nfind \/ -name nginx.conf\n# \u4fee\u6539\u914d\u7f6e\u6587\u4ef6\nvi \/etc\/nginx\/nginx.conf\n# \u5411\u5199\u5165Nginx\u76f8\u5173\u914d\u7f6e\nlocation \/ {\n    root\thtml;\n    index\tindex.html index.htm index.php;\n}\nlocation ~ .*\\.php(\\\/.*)*$ {\n    root\t\thtml;\n    fastcgi_pass\t127.0.0.1:9000;  \n    fastcgi_index\tindex.php;\n    fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;  \n    include\tfastcgi_params;  \n}\n# \u5728Nginx\u7684html\u76ee\u5f55\u4e0b\u521b\u5efaphp\u6587\u4ef6\n# \u67e5\u8be2Nginx\u7684html\u76ee\u5f55\uff08\/usr\/share\/nginx\/html\uff09\nfind \/ -path \"*\/nginx\/html*\"\n# \u521b\u5efaindex.php\n&lt;?php\n    phpinfo();\n?&gt;\n# \u521b\u5efamysql.php\n&lt;?php\n    $conn = mysqli_connect(\"127.0.0.1\",\"root\",\"123456\");\n    if(! $conn ) {\n        echo \"\u8fde\u63a5\u5931\u8d25\".mysqli_connect_error();\n    } else {\n        echo \"\u8fde\u63a5\u6210\u529f\";\n    }\n?&gt;\n# \u8bbf\u95eeip:80\/index.php\u3001ip:80\/mysql.php\uff0c\u5206\u522b\u8fd4\u56dephp\u4fe1\u606f\u548c\u8fde\u63a5\u6210\u529f\uff0c\u6b64\u65f6nginx\u5173\u8054php\u3001php\u8fde\u63a5mysql\u6210\u529f<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">4\u3001\u914d\u7f6e\u670d\u52a1\u5f00\u673a\u81ea\u542f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code># \u67e5\u770b\u670d\u52a1\u5217\u8868\nsystemctl list-unit-files\n# mysql\uff08\u4e00\u822c\u60c5\u51b5\u4e0bmysql\u9ed8\u8ba4\u5f00\u673a\u81ea\u542f\uff0c\u4e0d\u9700\u8981\u989d\u5916\u914d\u7f6e\uff09\nsystemctl enable mysqld\n# nginx\nsystemctl enable nginx\n# php\nsystemctl enable php-fpm<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e8c\u3001\u5b89\u88c5WordPress<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code># \u4e0b\u8f7d\u6700\u65b0\u7684\u5b89\u88c5\u5305\nwegt https:\/\/cn.wordpress.org\/wordpress-5.8-zh_CN.tar.gz\n# \u89e3\u538b\u5230\u6307\u5b9a\u76ee\u5f55\/home\u4e0b\ntar -zxvf wordpress-5.8-zh_CN.tar.gz -C \/home\/\n# \u914d\u7f6ewordpress\u914d\u7f6e\u6587\u4ef6\n# \u751f\u6210\u914d\u7f6e\u6587\u4ef6\ncp \/home\/wordpress\/wp-config-sample.php \/home\/wordpress\/wp-config.php\n# \u4fee\u6539\u914d\u7f6e\u6587\u4ef6\nvim \/home\/wordpress\/wp-config.php\ndefine('DB_HOST', 'localhost');\ndefine('DB_USER', 'root'); \ndefine('DB_PASSWORD', '123456');\ndefine('DB_NAME', 'wordpress'); \n\n# \u914d\u7f6e\u6743\u9650\n# \u5728\u914d\u7f6e\u6587\u4ef6nginx.conf\u4e2d\u67e5\u770bnginx\u6743\u9650\u7528\u6237\uff0c\u4e00\u822c\u9ed8\u8ba4\u4e3anginx\n# user nginx;\n# \u4e3awordpress\u6587\u4ef6\u5939\u53ca\u6587\u4ef6\u5939\u4e0b\u76ee\u5f55\u914d\u7f6e\u5c5e\u4e3b\u3001\u6743\u9650\nchown -R nginx:nginx \/home\/wordpress\nchmod -R 755 \/home\/wordpress\n\n# \u914d\u7f6eNginx\nvi \/etc\/nginx\/nginx.conf\nlocation ~ .*\\.php(\\\/.*)*$ {\n    root\t\t\/home\/wordpress;\n    fastcgi_pass\t127.0.0.1:9000;  \n    fastcgi_index\tindex.php;\n    fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;  \n    include\tfastcgi_params;\n    try_files $uri = 404;\n}\n# \u91cd\u542fNginx\nsystemctl restart nginx\n\n# \u8bbf\u95eeip:80\uff0c\u6309\u7167\u521d\u59cb\u5316\u6559\u7a0b\u914d\u7f6e\u76f8\u5173\u53c2\u6570<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u603b\u7ed3<\/h2>\n\n\n\n<p>\u81f3\u6b64WordPress\u73af\u5883\u53ca\u642d\u5efa\u5b8c\u6210\u3002\u603b\u7684\u6765\u8bf4\u901a\u8fc7yum\u65b9\u5f0f\u8fdb\u884c\u5b89\u88c5\u7684\u8bdd\u96be\u5ea6\u5e76\u4e0d\u5927\uff0c\u76f8\u6bd4\u4e8e\u624b\u52a8\u7f16\u8bd1\uff0c\u5728\u73af\u5883\u7684\u914d\u7f6e\u4e0a\u5df2\u7ecf\u5c11\u4e86\u5f88\u591a\u5185\u5bb9\uff0c\u53cd\u800c\u662fWordPress\u642d\u5efa\u5b8c\u6210\u540e\uff0c\u9879\u76ee\u76f8\u5173\u6743\u9650\u548c\u9644\u4ef6\u4e0a\u4f20\u7684\u914d\u7f6e\u4e0a\u82b1\u8d39\u8f83\u591a\u65f6\u95f4\u3002<\/p>\n\n\n\n<p>\u53e6\u5916\u63a8\u8350\u4e00\u624b\u6781\u7b80\u4e3b\u9898VT Grid Mag\uff0c\u76f8\u5f53\u7684\u7b80\u7ec3\uff0c\u4e2a\u4eba\u5f88\u559c\u6b22\u8fd9\u6837\u7684\u98ce\u683c\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u8865\u5145\uff1a<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">1\u3001\u5b89\u88c5\u4e3b\u9898\u6216\u63d2\u4ef6\u63d0\u793a\u9700\u8981FTP<\/h4>\n\n\n\n<p>1\uff09\u5728\/home\/wordpress\/wp-content\/\u76ee\u5f55\u4e0b\u521b\u5efa\u76ee\u5f55tmp<\/p>\n\n\n\n<p>2\uff09\u4e3a\u5f53\u524d\u76ee\u5f55\u4e0b\u7684tmp\u3001plugins\u3001themes\u914d\u7f6e\u6743\u9650777<\/p>\n\n\n\n<p>3\uff09\u5728\u914d\u7f6e\u6587\u4ef6\/home\/wordpress\/wp-config.php\u4e2d\u589e\u52a0\u4e0b\u5217\u914d\u7f6e\u53c2\u6570<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>define('WP_TEMP_DIR', ABSPATH.'wp-content\/tmp');\ndefine(\"FS_METHOD\", \"direct\");\ndefine(\"FS_CHMOD_DIR\", 0777);\ndefine(\"FS_CHMOD_FILE\", 0777);<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">2\u3001\u5b89\u88c5\u4e3b\u9898\u6216\u63d2\u4ef6\u63d0\u793a\u65e0\u6cd5\u521b\u5efa\u76ee\u5f55\u3001\u65e0\u6cd5\u79fb\u52a8\u6587\u4ef6<\/h4>\n\n\n\n<p>1\uff09\u68c0\u67e5wordpress\u6587\u4ef6\u76ee\u5f55\u5c5e\u4e3b\u548cnginx\u7528\u6237\u662f\u5426\u4e00\u81f4<\/p>\n\n\n\n<p>2\uff09\u68c0\u67e5\/home\/wordpress\/wp-content\/\u76ee\u5f55\u4e0btmp\u3001plugins\u3001themes\u7684\u6743\u9650\u662f\u5426\u4e3a777<\/p>\n\n\n\n<p>3\uff09\u5c06\/home\/wordpress\/wp-content\u76ee\u5f55\u6743\u9650\u4e5f\u914d\u7f6e\u4e3a777<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">3\u3001\u81ea\u52a8\u5347\u7ea7WordPress\u5931\u8d25<\/h4>\n\n\n\n<p>1\uff09\u68c0\u67e5wordpress\/wp-admin\u53ca\u4ee5\u4e0b\u5b50\u6587\u4ef6\u7684\u6743\u9650\u662f\u5426\u4e3a777<\/p>\n\n\n\n<p>2\uff09\u68c0\u67e5wordpress\/wp-includes\u53ca\u4ee5\u4e0b\u5b50\u6587\u4ef6\u7684\u6743\u9650\u662f\u5426\u4e3a777<\/p>\n\n\n\n<p>3\uff09\u5b8c\u6210\u66f4\u65b0\u540e\u5c06\u4ee5\u4e0a\u6587\u4ef6\u7684\u6743\u9650\u6062\u590d\u4e3a755\uff0c\u4fdd\u8bc1\u5b89\u5168<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">4\u3001\u4e0a\u4f20\u6587\u4ef6\u5927\u5c0f\u9650\u52362M\u3001\u670d\u52a1\u5668\u5fd9\u6216\u6ca1\u6709\u8db3\u591f\u7684\u8d44\u6e90\u3001\u4ece\u670d\u52a1\u5668\u6536\u5230\u9884\u6599\u4e4b\u5916\u7684\u54cd\u5e94<\/h4>\n\n\n\n<p>1\uff09\u627e\u5230\/etc\/php.ini\u914d\u7f6e\u6587\u4ef6\uff0c\u4fee\u6539\u76f8\u5173\u53c2\u6570\u503c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># \u5355\u4e2a\u811a\u672c\u53ef\u8c03\u7528\u5185\u5b58\u5927\u5c0f\nmemory_limit = 128M\n# \u4e0a\u4f20\u6587\u4ef6\u5927\u5c0f\u4e0a\u9650\uff08\u6b64\u53c2\u6570\u5e94 &gt;= upload_max_filesize\uff09\npost_max_size = 128M\n# \u9ed8\u8ba4\u4e0a\u4f20\u6587\u4ef6\u5927\u5c0f\uff0c\u8fd9\u4e2a\u5c31\u662f2M\u7684\u9650\u5236\nupload_max_filesize = 128M\n# \u6700\u5927\u6267\u884c\u65f6\u95f4\uff0c\u9875\u9762\u7b49\u5f85\u65f6\u95f4\nmax_execution_time = 300<\/code><\/pre>\n\n\n\n<p>2\uff09\u627e\u5230\/etc\/nginx\/nginx.cof\uff0c\u6dfb\u52a0Nginx\u8bf7\u6c42\u4f53\u5927\u5c0f\u9650\u5236<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>location ~ .*\\.php(\\\/.*)*$ {\n\troot\t\t\t\/home\/wordpress;\n\tfastcgi_pass\t127.0.0.1:9000;  \n\tfastcgi_index\tindex.php;\n\tfastcgi_param\tSCRIPT_FILENAME  $document_root$fastcgi_script_name;  \n\tinclude\tfastcgi_params;\n\t<strong>client_max_body_size\t128M<\/strong>\n\ttry_files $uri = 404;\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u53c2\u8003<\/h2>\n\n\n\n<p>1\u3001<a href=\"https:\/\/www.cnblogs.com\/porotin\/p\/9045391.html\">https:\/\/www.cnblogs.com\/porotin\/p\/9045391.html<\/a><\/p>\n\n\n\n<p>2\u3001<a href=\"https:\/\/blog.csdn.net\/s416676943s\/article\/details\/113247903\">https:\/\/blog.csdn.net\/s416676943s\/article\/details\/113247903<\/a><\/p>\n\n\n\n<p>3\u3001<a href=\"https:\/\/www.cnblogs.com\/yanqingxu\/p\/9248849.html\">https:\/\/www.cnblogs.com\/yanqingxu\/p\/9248849.html<\/a><\/p>\n\n\n\n<p>4\u3001<a href=\"https:\/\/www.cnblogs.com\/ivy-zheng\/p\/10987431.html\">https:\/\/www.cnblogs.com\/ivy-zheng\/p\/10987431.html<\/a><\/p>\n\n\n\n<p>5\u3001<a href=\"https:\/\/www.linuxprobe.com\/centos7-install-wordpress-detail-steps.html\">https:\/\/www.linuxprobe.com\/centos7-install-wordpress-detail-steps.html<\/a><\/p>\n\n\n\n<p>6\u3001<a href=\"https:\/\/www.sohu.com\/a\/337306680_120155502\">https:\/\/www.sohu.com\/a\/337306680_120155502<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u3001\u73af\u5883\u914d\u7f6e \u57fa\u4e8e\u4e2a\u4eba\u4f7f\u7528\u4e60\u60ef\uff0c\u6211\u8fd9\u8fb9\u5b89&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[4],"class_list":["post-49","post","type-post","status-publish","format-standard","hentry","category-all","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=\/wp\/v2\/posts\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49"}],"version-history":[{"count":4,"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=\/wp\/v2\/posts\/49\/revisions"}],"predecessor-version":[{"id":84,"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=\/wp\/v2\/posts\/49\/revisions\/84"}],"wp:attachment":[{"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=49"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inorysnow.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}