{"id":4441,"date":"2019-03-17T20:25:11","date_gmt":"2019-03-18T00:25:11","guid":{"rendered":"https:\/\/microdevsys.com\/wp\/?p=4441"},"modified":"2020-05-30T17:48:33","modified_gmt":"2020-05-30T21:48:33","slug":"error-1290-hy000-the-mysql-server-is-running-with-the-skip-grant-tables-option-so-it-cannot-execute-this-statement","status":"publish","type":"post","link":"https:\/\/microdevsys.com\/wp\/error-1290-hy000-the-mysql-server-is-running-with-the-skip-grant-tables-option-so-it-cannot-execute-this-statement\/","title":{"rendered":"ERROR 1290 (HY000): The MySQL server is running with the &#8211;skip-grant-tables option so it cannot execute this statement"},"content":{"rendered":"<p>\n\tThis is how to fix root password on MySQL Galera clusters if the environment doesn&#39;t let you login with your old one.&nbsp; In other words, if you&#39;re getting this:\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">ERROR 1045 (28000): Access denied for user &#39;root&#39;@&#39;mysql03.nix.mds.xyz&#39; (using password: YES)<\/span>\n<\/p>\n<p>\n\tDo the following:\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">[root@mysql01 mysql]#<br \/>\n\t[root@mysql01 mysql]#<\/span><strong><span style=\"font-family:courier new,courier,monospace;\">systemctl<\/span><span style=\"font-family:courier new,courier,monospace;\"> set-environment MYSQLD_OPTS=&quot;&#8211;<\/span><span style=\"font-family:courier new,courier,monospace;\">wsrep<\/span><\/strong><span style=\"font-family:courier new,courier,monospace;\"><strong>-new-cluster &#8211;skip-grant-tables&quot;<\/strong><br \/>\n\t[root@mysql01 mysql]#<\/span><strong><span style=\"font-family:courier new,courier,monospace;\">systemctl<\/span><span style=\"font-family:courier new,courier,monospace;\"> start <\/span><span style=\"font-family:courier new,courier,monospace;\">mysqld<\/span><\/strong><br \/>\n\t<span style=\"font-family:courier new,courier,monospace;\">[root@mysql01 mysql]#<\/span><strong><span style=\"font-family:courier new,courier,monospace;\">mysql<\/span><\/strong><span style=\"font-family:courier new,courier,monospace;\"><strong> -u root -p<\/strong><br \/>\n\tEnter password:<br \/>\n\tWelcome to the MySQL monitor. &nbsp;Commands end<\/span><span style=\"font-family:courier new,courier,monospace;\">with ;<\/span><span style=\"font-family:courier new,courier,monospace;\"> or \\g.<br \/>\n\tYour MySQL connection id is 20<br \/>\n\tServer version: 5.7.24-log MySQL Community Server &#8211; (GPL), wsrep_25.16<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Copyright (c) 2000, 2018, Oracle and\/or its affiliates. All rights reserved.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Oracle is a registered trademark of Oracle Corporation and\/or its<br \/>\n\taffiliates. Other names may be trademarks of their respective<br \/>\n\towners.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Type &#39;help;&#39; or &#39;\\h&#39; for help. Type &#39;\\c&#39; to clear the current input statement.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt;&nbsp;<br \/>\n\tmysql&gt; <strong>UPDATE&nbsp;<\/strong><\/span><strong><span style=\"font-family:courier new,courier,monospace;\">mysql<\/span><\/strong><span style=\"font-family:courier new,courier,monospace;\"><strong>.user SET password=password(&quot;MYSECRET&quot;) WHERE user=&#39;root&#39;;<\/strong><br \/>\n\t<span style=\"color:#FF0000;\">ERROR 1054 (42S22): Unknown column &#39;password&#39; in &#39;field list&#39;<\/span><br \/>\n\tmysql&gt; <strong>SET PASSWORD FOR &#39;root&#39;@&#39;localhost&#39; = PASSWORD(&#39;MYSECRET&#39;);<\/strong><br \/>\n\t<span style=\"color:#FF0000;\">ERROR 1290 (HY000): The MySQL server is running with the &#8211;skip-grant-tables option so it cannot execute this statement<\/span><br \/>\n\tmysql&gt;<br \/>\n\tmysql&gt;<br \/>\n\tmysql&gt; <strong>update&nbsp;<\/strong><\/span><strong><span style=\"font-family:courier new,courier,monospace;\">mysql<\/span><\/strong><span style=\"font-family:courier new,courier,monospace;\"><strong>.user set authentication_string=password(&#39;MYSECRET&#39;) where user=&#39;root&#39;;<\/strong><br \/>\n\tQuery OK, 1 row affected, 1 warning (0.03 sec)<br \/>\n\tRows matched: 1 &nbsp;Changed: 1 &nbsp;<\/span><span style=\"font-family:courier new,courier,monospace;\">Warnings<\/span><span style=\"font-family:courier new,courier,monospace;\">: 1<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt; <strong>show grants;<\/strong><br \/>\n\tERROR 1290 (HY000): The MySQL server is running with the &#8211;skip-grant-tables option so it cannot execute this statement<br \/>\n\tmysql&gt;&nbsp;<br \/>\n\tmysql&gt; <strong>flush privileges;<\/strong><br \/>\n\tQuery OK, 0 rows affected (0.03 sec)<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt;<br \/>\n\tmysql&gt; <strong>show grants;<\/strong><br \/>\n\tERROR 1141 (42000): There is no such grant defined for user &#39;skip-grants user&#39; on host &#39;skip-grants host&#39;<br \/>\n\tmysql&gt; flush privileges;<br \/>\n\tQuery OK, 0 rows affected (0.01 sec)<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt; <strong>show grants;<\/strong><br \/>\n\tERROR 1141 (42000): There is no such grant defined for user &#39;skip-grants user&#39; on host &#39;skip-grants host&#39;<br \/>\n\tmysql&gt; quit<br \/>\n\tBye<\/span>\n<\/p>\n<p>\n\tTest it out and alter the database once more:\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"display: none;\">&nbsp;<\/span><br \/>\n\t<span style=\"font-family:courier new,courier,monospace;\">[root@mysql01 mysql]# <strong>mysql -uroot -pMYSECRET -e&#39;show grants&#39;<\/strong><br \/>\n\tmysqlPlease use &#8211;connect-expired-password option or<br \/>\n\t: [Warning] Using a password on the command line interface can be insecure.invoke<\/span><span style=\"font-family:courier new,courier,monospace;\">mysql<\/span><span style=\"font-family:courier new,courier,monospace;\"> in interactive mode.<br \/>\n\t[root@mysql01 mysql]#<\/span><strong><span style=\"font-family:courier new,courier,monospace;\">mysql<\/span><span style=\"font-family:courier new,courier,monospace;\"> &#8211;<\/span><span style=\"font-family:courier new,courier,monospace;\">uroot<\/span><span style=\"font-family:courier new,courier,monospace;\"> -p &#8211;<\/span><span style=\"font-family:courier new,courier,monospace;\">e&#39;show<\/span><\/strong><span style=\"font-family:courier new,courier,monospace;\"><strong> grants&#39;<\/strong><br \/>\n\tEnter password:<br \/>\n\tPlease use &#8211;connect-expired-password option or invoke<\/span><span style=\"font-family:courier new,courier,monospace;\">mysql<\/span><span style=\"font-family:courier new,courier,monospace;\"> in interactive mode.<br \/>\n\t[root@mysql01 mysql]#<\/span><strong><span style=\"font-family:courier new,courier,monospace;\">mysql<\/span><\/strong><span style=\"font-family:courier new,courier,monospace;\"><strong> -u root -p<\/strong><br \/>\n\tEnter password:<br \/>\n\tWelcome to the MySQL monitor. &nbsp;Commands end<\/span><span style=\"font-family:courier new,courier,monospace;\">with ;<\/span><span style=\"font-family:courier new,courier,monospace;\"> or \\g.<br \/>\n\tYour MySQL connection id is 712<br \/>\n\tServer version: 5.7.24-log<\/span><span style=\"display: none;\">&nbsp;<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Copyright (c) 2000, 2018, Oracle and\/or its affiliates. All rights reserved.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Oracle is a registered trademark of Oracle Corporation and\/or its<br \/>\n\taffiliates. Other names may be trademarks of their respective<br \/>\n\towners.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Type &#39;help;&#39; or &#39;\\h&#39; for help. Type &#39;\\c&#39; to clear the current input statement.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt; <strong>show grants;<\/strong><br \/>\n\tERROR 1820 (HY000): You must reset your password using<\/span><span style=\"font-family:courier new,courier,monospace;\">ALTER<\/span><span style=\"font-family:courier new,courier,monospace;\"> USER statement before executing this statement.<br \/>\n\tmysql&gt; <strong>ALTER USER &#39;root&#39;@&#39;localhost&#39; IDENTIFIED BY &#39;MYSECRET&#39;;<\/strong><br \/>\n\tQuery OK, 0 rows affected (0.01 sec)<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt; <strong>flush privileges;<\/strong><br \/>\n\tQuery OK, 0 rows affected (0.01 sec)<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt; quit<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Bye<\/span>\n<\/p>\n<p>\n\tTest the full access:\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<br \/>\n\t<span style=\"font-family:courier new,courier,monospace;\">[root@mysql01 mysql]# <strong>cat \/<\/strong><\/span><strong><span style=\"font-family:courier new,courier,monospace;\">usr<\/span><\/strong><span style=\"font-family:courier new,courier,monospace;\"><strong>\/bin\/mysqld_bootstrap<\/strong><br \/>\n\t# Copyright (c) 2016, Codership Oy. All rights reserved.<br \/>\n\t#<br \/>\n\t# This program is free software; you can redistribute it and\/or modify<br \/>\n\t# it under the terms of the GNU General Public License as published by<br \/>\n\t# the Free Software Foundation; version 2 of the License.<br \/>\n\t#<br \/>\n\t# This program is distributed in the hope that it will be useful,<br \/>\n\t# but WITHOUT ANY WARRANTY; without even the implied warranty of<br \/>\n\t# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. &nbsp;See the<br \/>\n\t# GNU General Public License for more details.<br \/>\n\t#<br \/>\n\t# You should have received a copy of the GNU General Public License<br \/>\n\t# along with this program; if not, write to the Free Software<br \/>\n\t# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA &nbsp;02110-1301<\/span><span style=\"font-family:courier new,courier,monospace;\">USA<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">#<br \/>\n\t# A<\/span><span style=\"font-family:courier new,courier,monospace;\">wsrep<\/span><span style=\"font-family:courier new,courier,monospace;\">-enabled MySQL server daemon needs a special option if it is to start<br \/>\n\t# as the first node of a Galera cluster.<br \/>\n\t# With SystemV init, this could be passed as a &quot;bootstrap&quot; (rather than &quot;start&quot;) command:<br \/>\n\t# &nbsp; &nbsp; sudo service<\/span><span style=\"font-family:courier new,courier,monospace;\">mysqld<\/span><span style=\"font-family:courier new,courier,monospace;\"> bootstrap<br \/>\n\t#<br \/>\n\t# With<\/span><span style=\"font-family:courier new,courier,monospace;\">systemd<\/span><span style=\"font-family:courier new,courier,monospace;\">, such alternative commands are not possible.<br \/>\n\t# However,<\/span><span style=\"font-family:courier new,courier,monospace;\">systemd<\/span><span style=\"font-family:courier new,courier,monospace;\"> passes a set of environment variables to the service process<br \/>\n\t# it starts, and this set can be modified.<br \/>\n\t# Such a modification would be persistent, so it must be undone after use.<br \/>\n\t#<br \/>\n\t# If other options are set already, make sure to use them, and to restore them.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">OLDVAL=$(systemctl show-environment | grep &#39;^MYSQLD_OPTS=&#39;)<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">if [ -z &#8220;$OLDVAL&#8221; ]; then<br \/>\n\t&nbsp; &nbsp; systemctl set-environment &nbsp; MYSQLD_OPTS=&quot;&#8211;wsrep-new-cluster&quot;<br \/>\n\t&nbsp; &nbsp; systemctl start &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mysqld<br \/>\n\t&nbsp; &nbsp; systemctl unset-environment MYSQLD_OPTS<br \/>\n\telse<br \/>\n\t&nbsp; &nbsp;<\/span><span style=\"font-family:courier new,courier,monospace;\">systemctl<\/span><span style=\"font-family:courier new,courier,monospace;\"> set-environment &nbsp; &quot;$OLDVAL &#8212;<\/span><span style=\"font-family:courier new,courier,monospace;\">wsrep<\/span><span style=\"font-family:courier new,courier,monospace;\">-new-cluster&quot;<br \/>\n\t&nbsp; &nbsp;<\/span><span style=\"font-family:courier new,courier,monospace;\">systemctl<\/span><span style=\"font-family:courier new,courier,monospace;\"> start &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <\/span><span style=\"font-family:courier new,courier,monospace;\">mysqld<\/span><br \/>\n\t<span style=\"font-family:courier new,courier,monospace;\">&nbsp; &nbsp;<\/span><span style=\"font-family:courier new,courier,monospace;\">systemctl<\/span><span style=\"font-family:courier new,courier,monospace;\"> set-environment &nbsp; &quot;$OLDVAL&quot;<br \/>\n\tfi<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">[root@mysql01 mysql]# <\/span><strong><span style=\"font-family:courier new,courier,monospace;\">systemctl<\/span><\/strong><span style=\"font-family:courier new,courier,monospace;\"><strong> unset-environment MYSQLD_OPTS<\/strong><br \/>\n\t[root@mysql01 mysql]# <strong>\/<\/strong><\/span><strong><span style=\"font-family:courier new,courier,monospace;\">usr<\/span><span style=\"font-family:courier new,courier,monospace;\">\/bin\/mysqld_bootstrap<\/span><\/strong>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">[root@mysql01 mysql]# <strong>mysql -u root -p<\/strong><br \/>\n\tEnter password:<br \/>\n\tWelcome to the MySQL monitor. &nbsp;Commands endwith ; or \\g.<br \/>\n\tYour MySQL connection id is 29<br \/>\n\tServer version: 5.7.24-log MySQL Community Server &#8211; (GPL), wsrep_25.16<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Copyright (c) 2000, 2018, Oracle and\/or its affiliates. All rights reserved.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Oracle is a registered trademark of Oracle Corporation and\/or its<br \/>\n\taffiliates. Other names may be trademarks of their respective<br \/>\n\towners.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">Type &#39;help;&#39; or &#39;\\h&#39; for help. Type &#39;\\c&#39; to clear the current input statement.<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt;<\/span>\n<\/p>\n<p>\n\tYou may still run into issues.&nbsp; This is how to resolve this particular one:\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt;<br \/>\n\tmysql&gt; <strong>ALTER USER &#39;root&#39;@&#39;localhost&#39; IDENTIFIED BY &#39;&lt;PASS&gt;&#39;;<\/strong><br \/>\n\tERROR 1396 (HY000): Operation ALTER USER failed for &#39;root&#39;@&#39;localhost&#39;<br \/>\n\tmysql&gt; <strong>flush privileges;<\/strong><br \/>\n\tQuery OK, 0 rows affected (0.01 sec)<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt; <strong>ALTER USER &#39;root&#39;@&#39;localhost&#39; IDENTIFIED BY &#39;&lt;PASS&gt;&#39;<\/strong><br \/>\n\t&nbsp; &nbsp; -&gt; ;<br \/>\n\tERROR 1396 (HY000): Operation ALTER USER failed for &#39;root&#39;@&#39;localhost&#39;<br \/>\n\tmysql&gt; FLUSH PRIVILEGES;<br \/>\n\tQuery OK, 0 rows affected (0.01 sec)<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt;<br \/>\n\tmysql&gt;<br \/>\n\tmysql&gt; <strong>ALTER USER &#39;root&#39;@&#39;localhost&#39; IDENTIFIED BY &#39;&lt;PASS&gt;&#39;<\/strong><br \/>\n\t&nbsp; &nbsp; -&gt; ;<br \/>\n\tERROR 1396 (HY000): Operation ALTER USER failed for &#39;root&#39;@&#39;localhost&#39;<br \/>\n\tmysql&gt; <strong>create user &#39;root&#39;@&#39;localhost&#39; identified by &#39;john123&#39;;<\/strong><br \/>\n\tQuery OK, 0 rows affected (0.01 sec)<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt; <strong>create user &#39;root&#39;@&#39;localhost&#39; identified by &#39;&lt;PASS&gt;&#39;;<\/strong><br \/>\n\tERROR 1396 (HY000): Operation CREATE USER failed for &#39;root&#39;@&#39;localhost&#39;<br \/>\n\tmysql&gt; <strong>alter user &#39;root&#39;@&#39;localhost&#39; identified by &#39;&lt;PASS&gt;&#39;;<\/strong><br \/>\n\tQuery OK, 0 rows affected (0.00 sec)<\/span>\n<\/p>\n<p style=\"margin-left: 40px;\">\n\t<span style=\"font-family:courier new,courier,monospace;\">mysql&gt;<\/span>\n<\/p>\n<p>\n\t&nbsp;\n<\/p>\n<ul>\n<\/ul>\n<p>\n\tREF:&nbsp;<a href=\"https:\/\/bugs.mysql.com\/bug.php?id=79027\" rel=\"external nofollow\">https:\/\/bugs.mysql.com\/bug.php?id=79027<\/a>\n<\/p>\n<p>\n\tCheers,<br \/>\n\tTK<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>This is how to fix root password on MySQL Galera clusters if the environment doesn&#39;t let you login with your old one.&nbsp; In other words, if you&#39;re getting this: ERROR 1045 (28000): Access denied for user &#39;root&#39;@&#39;mysql03.nix.mds.xyz&#39; (using password: YES) Do the following: [root@mysql01 mysql]# [root@mysql01 mysql]#systemctl set-environment MYSQLD_OPTS=&quot;&#8211;wsrep-new-cluster &#8211;skip-grant-tables&quot; [root@mysql01 mysql]#systemctl start mysqld [root@mysql01 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-4441","post","type-post","status-publish","format-standard","hentry","category-unix-linux-admin-stuff"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/posts\/4441","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/comments?post=4441"}],"version-history":[{"count":5,"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/posts\/4441\/revisions"}],"predecessor-version":[{"id":5411,"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/posts\/4441\/revisions\/5411"}],"wp:attachment":[{"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/media?parent=4441"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/categories?post=4441"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/microdevsys.com\/wp\/wp-json\/wp\/v2\/tags?post=4441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}