{"id":804,"date":"2021-03-25T13:58:19","date_gmt":"2021-03-25T05:58:19","guid":{"rendered":"http:\/\/refusea.com\/?p=804"},"modified":"2021-03-25T13:58:34","modified_gmt":"2021-03-25T05:58:34","slug":"windows-10-%e5%ae%89%e8%a3%85-mysql-8-0-15","status":"publish","type":"post","link":"https:\/\/refusea.com\/?p=804","title":{"rendered":"windows 10 \u5b89\u88c5 mysql 8.0.15"},"content":{"rendered":"<h2>\u4e0b\u8f7d<\/h2>\n<p><a href=\"https:\/\/cdn.mysql.com\/archives\/mysql-8.0\/mysql-8.0.15-winx64.zip\">https:\/\/cdn.mysql.com\/archives\/mysql-8.0\/mysql-8.0.15-winx64.zip<\/a><\/p>\n<h2>\u89e3\u538b\u7f29<\/h2>\n<p>\u5c06 mysql \u89e3\u538b\u7f29\u5230 C:\\dev\\mysql-8.0.15-winx64<\/p>\n<h2>\u5b89\u88c5\u548c\u542f\u52a8<\/h2>\n<p>zip \u5305\u6ca1\u6709\u5b89\u88c5\u7a0b\u5e8f\uff0c\u6211\u60f3\u5f53\u7136\u7684\u6267\u884c bin \u4e0b\u7684 mysqld\uff0c\u5f53\u7136\u662f\u4e0d\u6210\u529f\uff0c\u540e\u5728\u7f51\u4e0a\u627e\u4e86\u6559\u7a0b\u624d\u7b97\u641e\u5b9a<\/p>\n<h2>\u5931\u8d25\u7684\u5c1d\u8bd5<\/h2>\n<p>\u8fdb\u5165 bin \u76ee\u5f55\u6267\u884c  mysqld<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb mysqld\n2021-03-25T03:06:02.422737Z 0 [System] [MY-010116] [Server] C:\\dev\\mysql-8.0.15-winx64\\bin\\mysqld.exe (mysqld 8.0.15) starting as process 10480\n2021-03-25T03:06:02.425841Z 0 [Warning] [MY-010091] [Server] Can&#039;t create test file C:\\dev\\mysql-8.0.15-winx64\\data\\DELL-ZHYAN.lower-test\n2021-03-25T03:06:02.425926Z 0 [Warning] [MY-010091] [Server] Can&#039;t create test file C:\\dev\\mysql-8.0.15-winx64\\data\\DELL-ZHYAN.lower-test\n2021-03-25T03:06:02.426106Z 0 [ERROR] [MY-013276] [Server] Failed to set datadir to &#039;C:\\dev\\mysql-8.0.15-winx64\\data\\&#039; (OS errno: 2 - No such file or directory)\n2021-03-25T03:06:02.503600Z 0 [ERROR] [MY-010119] [Server] Aborting\n2021-03-25T03:06:02.503757Z 0 [System] [MY-010910] [Server] C:\\dev\\mysql-8.0.15-winx64\\bin\\mysqld.exe: Shutdown complete (mysqld 8.0.15)  MySQL Community Server - GPL.<\/code><\/pre>\n<p>\u8c8c\u4f3c\u6ca1\u6709 data \u76ee\u5f55\uff0c\u90a3\u4e48\u5efa\u4e00\u4e2a<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb cd ..\nC:\\dev\\mysql-8.0.15-winx64\n\u03bb mkdir data\nC:\\dev\\mysql-8.0.15-winx64\n\u03bb bin\\mysqld<\/code><\/pre>\n<p>\u6ca1\u6709\u8f93\u51fa\u4efb\u4f55\u4fe1\u606f\uff0c\u8fd9\u662f\u542f\u52a8\u4e86\u5417\uff1f\u6267\u884c mysql \u8bd5\u4e0b<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\n\u03bb bin\\mysql\nERROR 2003 (HY000): Can&#039;t connect to MySQL server on &#039;localhost&#039; (10061)<\/code><\/pre>\n<p>\u67e5\u4e86\u4e0b\u8d44\u6599\uff0c\u8981\u5148\u5b89\u88c5\uff1f<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb bin\\mysqld --install\nInstall\/Remove of the Service Denied!<\/code><\/pre>\n<p>\u600e\u4e48\u4e0d\u8ba9\u5b89\u88c5\u5462\uff1f\u662f\u4e0d\u662f\u8981\u7528\u7ba1\u7406\u5458\u6743\u9650\uff0c\u91cd\u65b0\u7528\u7ba1\u7406\u6743\u6743\u9650\u6253\u5f00 cmd \u8bd5\u4e0b<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb mysqld --install\nService successfully installed.<\/code><\/pre>\n<p>\u8fd8\u771f\u662f\uff0c\u63a5\u4e0b\u6765\u542f\u52a8<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb net start mysql\nMySQL \u670d\u52a1\u6b63\u5728\u542f\u52a8 .\nMySQL \u670d\u52a1\u65e0\u6cd5\u542f\u52a8\u3002\n\n\u670d\u52a1\u6ca1\u6709\u62a5\u544a\u4efb\u4f55\u9519\u8bef\u3002\n\n\u8bf7\u952e\u5165 NET HELPMSG 3534 \u4ee5\u83b7\u5f97\u66f4\u591a\u7684\u5e2e\u52a9\u3002<\/code><\/pre>\n<p>\u8fd8\u662f\u4e0d\u884c\u5462\uff0c\u627e\u4e86\u4e2a\u6559\u7a0b\uff0c\u8bd5\u4e0b<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb mysqld --initialize-insecure\n\nC:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb net start mysql\nMySQL \u670d\u52a1\u6b63\u5728\u542f\u52a8 .\nMySQL \u670d\u52a1\u65e0\u6cd5\u542f\u52a8\u3002\n\n\u670d\u52a1\u6ca1\u6709\u62a5\u544a\u4efb\u4f55\u9519\u8bef\u3002\n\n\u8bf7\u952e\u5165 NET HELPMSG 3534 \u4ee5\u83b7\u5f97\u66f4\u591a\u7684\u5e2e\u52a9\u3002\n\nC:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb  NET HELPMSG 3534\n\n\u670d\u52a1\u6ca1\u6709\u62a5\u544a\u4efb\u4f55\u9519\u8bef\u3002<\/code><\/pre>\n<p>\u8fd9\u4e2a\u6559\u7a0b\u4e5f\u4e0d\u884c<\/p>\n<h2>\u6b63\u786e\u7684\u5b89\u88c5\u548c\u542f\u52a8\u6559\u7a0b<\/h2>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb mysqld --initialize --console\n2021-03-25T03:27:45.483110Z 0 [System] [MY-013169] [Server] C:\\dev\\mysql-8.0.15-winx64\\bin\\mysqld.exe (mysqld 8.0.15) initializing of server in progress as process 8300\n2021-03-25T03:27:45.485157Z 0 [ERROR] [MY-010457] [Server] --initialize specified but the data directory has files in it. Aborting.\n2021-03-25T03:27:45.485173Z 0 [ERROR] [MY-013236] [Server] Newly created data directory C:\\dev\\mysql-8.0.15-winx64\\data\\ is unusable. You can safely remove it.\n2021-03-25T03:27:45.527015Z 0 [ERROR] [MY-010119] [Server] Aborting\n2021-03-25T03:27:45.527154Z 0 [System] [MY-010910] [Server] C:\\dev\\mysql-8.0.15-winx64\\bin\\mysqld.exe: Shutdown complete (mysqld 8.0.15)  MySQL Community Server - GPL.<\/code><\/pre>\n<p>\u4e0d\u6210\u529f\uff0c\u770b\u63d0\u793a\u662f data \u76ee\u5f55\u4e0b\u6709\u6587\u4ef6\uff0c\u5220\u6389\u8bd5\u4e0b<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb dir ..\\data\n \u9a71\u52a8\u5668 C \u4e2d\u7684\u5377\u6ca1\u6709\u6807\u7b7e\u3002\n \u5377\u7684\u5e8f\u5217\u53f7\u662f 4049-54F3\n\n C:\\dev\\mysql-8.0.15-winx64\\data \u7684\u76ee\u5f55\n\n2021\/03\/25  11:21    &lt;DIR&gt;          .\n2021\/03\/25  11:21    &lt;DIR&gt;          ..\n2021\/03\/25  11:13                 0 binlog.index\n2021\/03\/25  11:21             3,003 DELL-ZHYAN.err\n               2 \u4e2a\u6587\u4ef6          3,003 \u5b57\u8282\n               2 \u4e2a\u76ee\u5f55 315,364,007,936 \u53ef\u7528\u5b57\u8282\n\nC:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb del ..\\data\\*\nC:\\dev\\mysql-8.0.15-winx64\\data\\*, \u662f\u5426\u786e\u8ba4(Y\/N)? y\n\nC:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb mysqld --initialize --console\n2021-03-25T03:29:16.595159Z 0 [System] [MY-013169] [Server] C:\\dev\\mysql-8.0.15-winx64\\bin\\mysqld.exe (mysqld 8.0.15) initializing of server in progress as process 14860\n2021-03-25T03:29:21.354623Z 5 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: z#2e)AqB%(zh\n2021-03-25T03:29:22.873158Z 0 [System] [MY-013170] [Server] C:\\dev\\mysql-8.0.15-winx64\\bin\\mysqld.exe (mysqld 8.0.15) initializing of server has completed<\/code><\/pre>\n<p>\u6ce8\u610f\uff0c\u5b89\u88c5\u7a0b\u5e8f\u521b\u5efa\u4e86\u9ed8\u8ba4\u7528\u6237 root@localhost\uff0c\u5e76\u8bbe\u7f6e\u4e86\u4e34\u65f6\u5bc6\u7801\uff0c\u540e\u9762\u767b\u5165 mysql \u8981\u7528\u5230\u8fd9\u4e2a\u5bc6\u7801\u3002\u7ee7\u7eed\u5b89\u88c5<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb mysqld --install\nThe service already exists!\nThe current server installed: C:\\dev\\mysql-8.0.15-winx64\\bin\\mysqld MySQL<\/code><\/pre>\n<p>\u56e0\u4e3a\u4e4b\u524d\u6267\u884c\u8fc7\u5b89\u88c5\uff0c\u63d0\u793a\u670d\u52a1\u5df2\u5b58\u5728\uff0c\u5148\u5220\u9664 MySQL \u670d\u52a1<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb sc delete mysql\n[SC] DeleteService \u6210\u529f\n\nC:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb mysqld --install\nService successfully installed.<\/code><\/pre>\n<p>\u5b89\u88c5\u6210\u529f\uff0c\u542f\u52a8 mysql<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb net start mysql\nMySQL \u670d\u52a1\u6b63\u5728\u542f\u52a8 ..\nMySQL \u670d\u52a1\u5df2\u7ecf\u542f\u52a8\u6210\u529f\u3002<\/code><\/pre>\n<p>\u8fde\u63a5\u4e0a\u53bb\u8bd5\u4e0b<\/p>\n<pre><code class=\"language-cmd\">C:\\dev\\mysql-8.0.15-winx64\\bin\n\u03bb mysql -u root -p\nEnter password: ************\nWelcome to the MySQL monitor.  Commands end with ; or \\g.\nYour MySQL connection id is 9\nServer version: 8.0.15\n\nCopyright (c) 2000, 2019, Oracle and\/or its affiliates. All rights reserved.\n\nOracle is a registered trademark of Oracle Corporation and\/or its\naffiliates. Other names may be trademarks of their respective\nowners.\n\nType &#039;help;&#039; or &#039;\\h&#039; for help. Type &#039;\\c&#039; to clear the current input statement.\n\nmysql&gt;<\/code><\/pre>\n<p>ok\uff0c\u641e\u5b9a<\/p>\n<h2>\u53c2\u8003\u6559\u7a0b<\/h2>\n<ul>\n<li><a href=\"https:\/\/blog.csdn.net\/chen97_08\/article\/details\/81484286\">https:\/\/blog.csdn.net\/chen97_08\/article\/details\/81484286<\/a><\/li>\n<li><a href=\"https:\/\/blog.csdn.net\/qq_37350706\/article\/details\/81707862\">https:\/\/blog.csdn.net\/qq_37350706\/article\/details\/81707862<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u4e0b\u8f7d https:\/\/cdn.mysql.com\/archives\/mysql-8.0\/mysql-8.0.1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[8],"class_list":["post-804","post","type-post","status-publish","format-standard","hentry","category-architecture","tag-mysql"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>windows 10 \u5b89\u88c5 mysql 8.0.15 - \u62d2\u6d77\u7a7a\u95f4<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/refusea.com\/?p=804\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"refusea.com\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/refusea.com\/?p=804#article\",\"isPartOf\":{\"@id\":\"https:\/\/refusea.com\/?p=804\"},\"author\":{\"name\":\"refusea.com\",\"@id\":\"https:\/\/refusea.com\/#\/schema\/person\/b5393cc8b15717000d19424552aae0df\"},\"headline\":\"windows 10 \u5b89\u88c5 mysql 8.0.15\",\"datePublished\":\"2021-03-25T05:58:19+00:00\",\"dateModified\":\"2021-03-25T05:58:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/refusea.com\/?p=804\"},\"wordCount\":45,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/refusea.com\/#\/schema\/person\/b5393cc8b15717000d19424552aae0df\"},\"keywords\":[\"mysql\"],\"articleSection\":[\"\u67b6\u6784\u5e08\u7cfb\u5217\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/refusea.com\/?p=804#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/refusea.com\/?p=804\",\"url\":\"https:\/\/refusea.com\/?p=804\",\"name\":\"windows 10 \u5b89\u88c5 mysql 8.0.15 - \u62d2\u6d77\u7a7a\u95f4\",\"isPartOf\":{\"@id\":\"https:\/\/refusea.com\/#website\"},\"datePublished\":\"2021-03-25T05:58:19+00:00\",\"dateModified\":\"2021-03-25T05:58:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/refusea.com\/?p=804#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/refusea.com\/?p=804\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/refusea.com\/?p=804#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/refusea.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"windows 10 \u5b89\u88c5 mysql 8.0.15\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/refusea.com\/#website\",\"url\":\"https:\/\/refusea.com\/\",\"name\":\"\u62d2\u6d77\u7a7a\u95f4\",\"description\":\"\u62d2\u6d77\u7684\u4e2a\u4eba\u535a\u5ba2\",\"publisher\":{\"@id\":\"https:\/\/refusea.com\/#\/schema\/person\/b5393cc8b15717000d19424552aae0df\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/refusea.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/refusea.com\/#\/schema\/person\/b5393cc8b15717000d19424552aae0df\",\"name\":\"refusea.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/refusea.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7f7489b4afdbd952db64e7a6704d1258?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7f7489b4afdbd952db64e7a6704d1258?s=96&d=mm&r=g\",\"caption\":\"refusea.com\"},\"logo\":{\"@id\":\"https:\/\/refusea.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/refusea.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"windows 10 \u5b89\u88c5 mysql 8.0.15 - \u62d2\u6d77\u7a7a\u95f4","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/refusea.com\/?p=804","twitter_misc":{"\u4f5c\u8005":"refusea.com","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/refusea.com\/?p=804#article","isPartOf":{"@id":"https:\/\/refusea.com\/?p=804"},"author":{"name":"refusea.com","@id":"https:\/\/refusea.com\/#\/schema\/person\/b5393cc8b15717000d19424552aae0df"},"headline":"windows 10 \u5b89\u88c5 mysql 8.0.15","datePublished":"2021-03-25T05:58:19+00:00","dateModified":"2021-03-25T05:58:34+00:00","mainEntityOfPage":{"@id":"https:\/\/refusea.com\/?p=804"},"wordCount":45,"commentCount":0,"publisher":{"@id":"https:\/\/refusea.com\/#\/schema\/person\/b5393cc8b15717000d19424552aae0df"},"keywords":["mysql"],"articleSection":["\u67b6\u6784\u5e08\u7cfb\u5217"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/refusea.com\/?p=804#respond"]}]},{"@type":"WebPage","@id":"https:\/\/refusea.com\/?p=804","url":"https:\/\/refusea.com\/?p=804","name":"windows 10 \u5b89\u88c5 mysql 8.0.15 - \u62d2\u6d77\u7a7a\u95f4","isPartOf":{"@id":"https:\/\/refusea.com\/#website"},"datePublished":"2021-03-25T05:58:19+00:00","dateModified":"2021-03-25T05:58:34+00:00","breadcrumb":{"@id":"https:\/\/refusea.com\/?p=804#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/refusea.com\/?p=804"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/refusea.com\/?p=804#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/refusea.com\/"},{"@type":"ListItem","position":2,"name":"windows 10 \u5b89\u88c5 mysql 8.0.15"}]},{"@type":"WebSite","@id":"https:\/\/refusea.com\/#website","url":"https:\/\/refusea.com\/","name":"\u62d2\u6d77\u7a7a\u95f4","description":"\u62d2\u6d77\u7684\u4e2a\u4eba\u535a\u5ba2","publisher":{"@id":"https:\/\/refusea.com\/#\/schema\/person\/b5393cc8b15717000d19424552aae0df"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/refusea.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/refusea.com\/#\/schema\/person\/b5393cc8b15717000d19424552aae0df","name":"refusea.com","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/refusea.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7f7489b4afdbd952db64e7a6704d1258?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7f7489b4afdbd952db64e7a6704d1258?s=96&d=mm&r=g","caption":"refusea.com"},"logo":{"@id":"https:\/\/refusea.com\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/refusea.com"]}]}},"_links":{"self":[{"href":"https:\/\/refusea.com\/index.php?rest_route=\/wp\/v2\/posts\/804"}],"collection":[{"href":"https:\/\/refusea.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/refusea.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/refusea.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/refusea.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=804"}],"version-history":[{"count":2,"href":"https:\/\/refusea.com\/index.php?rest_route=\/wp\/v2\/posts\/804\/revisions"}],"predecessor-version":[{"id":806,"href":"https:\/\/refusea.com\/index.php?rest_route=\/wp\/v2\/posts\/804\/revisions\/806"}],"wp:attachment":[{"href":"https:\/\/refusea.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=804"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/refusea.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=804"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/refusea.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}