{"id":1189,"date":"2019-04-30T16:48:36","date_gmt":"2019-04-30T08:48:36","guid":{"rendered":"http:\/\/lovewut.pw\/?p=1189"},"modified":"2020-04-27T15:26:14","modified_gmt":"2020-04-27T07:26:14","slug":"mysql","status":"publish","type":"post","link":"https:\/\/bloo.heing.fun\/?p=1189","title":{"rendered":"mysql"},"content":{"rendered":"<p>change password:<\/p>\n<p>use mysql; update user set authentication_string=PASSWORD(&#8220;mynewpassword&#8221;) where User=&#8217;root&#8217;; flush privileges;<\/p>\n<p>&nbsp;<\/p>\n<p>create user:<\/p>\n<p><span class=\"hljs-keyword\">create<\/span> <span class=\"hljs-keyword\">user<\/span> zhangsan <span class=\"hljs-keyword\">identified<\/span> <span class=\"hljs-keyword\">by<\/span> <span class=\"hljs-string\">&#8216;zhangsan&#8217;<\/span>;<\/p>\n<p>&nbsp;<\/p>\n<p>grant privileges:<\/p>\n<pre><code class=\"hljs sql\"><span class=\"hljs-keyword\">grant<\/span> all <span class=\"hljs-keyword\">privileges<\/span> <span class=\"hljs-keyword\">on<\/span> zhangsanDb.* <span class=\"hljs-keyword\">to<\/span> zhangsan@<span class=\"hljs-string\">'%'<\/span> <span class=\"hljs-keyword\">identified<\/span> <span class=\"hljs-keyword\">by<\/span> <span class=\"hljs-string\">'zhangsan'<\/span>;\r\n<span class=\"hljs-keyword\">flush<\/span> <span class=\"hljs-keyword\">privileges<\/span>;<\/code><\/pre>\n<p>\u8fde\u63a5\u8fdc\u7a0b\u6570\u636e\u5e93<br \/>\nmysql -u username -p  -h ip -P 30005<\/p>\n","protected":false},"excerpt":{"rendered":"<p>change password: use mysql; update user set authenticat [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[],"class_list":["post-1189","post","type-post","status-publish","format-standard","hentry","category-36"],"_links":{"self":[{"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=\/wp\/v2\/posts\/1189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1189"}],"version-history":[{"count":2,"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=\/wp\/v2\/posts\/1189\/revisions"}],"predecessor-version":[{"id":1487,"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=\/wp\/v2\/posts\/1189\/revisions\/1487"}],"wp:attachment":[{"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bloo.heing.fun\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}