{"id":5536,"date":"2021-01-04T11:30:44","date_gmt":"2021-01-04T11:30:44","guid":{"rendered":"https:\/\/blog.gwlin.com\/?p=5536"},"modified":"2023-03-29T02:12:05","modified_gmt":"2023-03-29T02:12:05","slug":"mysql 5.7 \u91cd\u7f6e root \u5bc6\u7801","status":"publish","type":"post","link":"https:\/\/www.gwlin.com\/blog\/posts\/5536","title":{"rendered":"mysql 5.7 \u91cd\u7f6e root \u5bc6\u7801"},"content":{"rendered":"\n<p>1\u3001\u5148\u505c\u6b62mysql\uff0c<code class=\"prettyprint\" >service mysql stop<\/code>\u3002<br>2\u3001\u6dfb\u52a0 <code>skip-grant-tables<\/code> \u914d\u7f6e\u5230 <code>[mysqld]<\/code>\u4e0b\uff0c\u7136\u540e\u542f\u52a8mysql\uff0c\u5c31\u53ef\u4ee5\u8df3\u8fc7\u8ba4\u8bc1\u3002<br>3\u3001\u8fdb\u5165mysql <code>mysql -uroot<\/code>\uff0c\u4fee\u6539\u5bc6\u7801\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\"  lang=\"sql\" class=\"language-sql\">UPDATE mysql.user SET authentication_string=PASSWORD(&#039;\u5bc6\u7801&#039;), plugin=&#039;mysql_native_password&#039; WHERE User=&#039;root&#039;;\n\nflush privileges;<\/code><\/pre>\n\n\n\n<p><code class=\"prettyprint\"  class=\"language-sql\"><\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u5148\u505c\u6b62mysql\uff0cservice mysql stop\u30022\u3001\u6dfb\u52a0 skip-grant-tables \u914d\u7f6e [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[179],"tags":[],"class_list":["post-5536","post","type-post","status-publish","format-standard","hentry","category-notes"],"_links":{"self":[{"href":"https:\/\/www.gwlin.com\/blog\/wp-json\/wp\/v2\/posts\/5536","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gwlin.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gwlin.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gwlin.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gwlin.com\/blog\/wp-json\/wp\/v2\/comments?post=5536"}],"version-history":[{"count":0,"href":"https:\/\/www.gwlin.com\/blog\/wp-json\/wp\/v2\/posts\/5536\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.gwlin.com\/blog\/wp-json\/wp\/v2\/media?parent=5536"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gwlin.com\/blog\/wp-json\/wp\/v2\/categories?post=5536"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gwlin.com\/blog\/wp-json\/wp\/v2\/tags?post=5536"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}