{"id":1218,"date":"2021-06-13T06:31:23","date_gmt":"2021-06-13T06:31:23","guid":{"rendered":"http:\/\/feellikelearning.com\/?p=1218"},"modified":"2022-06-21T05:12:32","modified_gmt":"2022-06-21T05:12:32","slug":"mysql-note","status":"publish","type":"post","link":"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/","title":{"rendered":"MySQL \u7b14\u8bb0"},"content":{"rendered":"\n<h2>\u7528mysql client\u8fde\u63a5MySQL server<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>mysql -u root -p --port=3306<\/code><\/pre>\n\n\n\n<h2>\u521b\u5efa\u65b0\u7528\u6237 create a new user<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>mysql&gt; create user 'someuser'@'localhost' identified by 'somepassword';<\/code><\/pre>\n\n\n\n<h2>\u521b\u5efa\u65b0\u6570\u636e\u5e93 create new database<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>mysql&gt; create database some_db_name<\/code><\/pre>\n\n\n\n<h2>\u8d4b\u4e88\u7528\u6237\u4f7f\u7528\u6743\u5229 Grant privileges to a user<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>mysql&gt; GRANT ALL PRIVILEGES ON database_name.* TO 'some_user'@'localhost';\n<\/code><\/pre>\n\n\n\n<h2>Show users<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT User, Host, FROM mysql.user;<\/code><\/pre>\n\n\n\n<h2>\u53c2\u8003\u8d44\u6599<\/h2>\n\n\n\n<p>MySQL\u529f\u80fd\u975e\u5e38\u9f50\u5168\uff0c\u6bcf\u4e2a\u547d\u4ee4\u90fd\u6709\u5f88\u591a\u7ec6\u8282\uff0c\u672c\u6587\u53ea\u6536\u96c6\u4e00\u4e0b\u57fa\u672c\u7528\u6cd5\uff0c\u66f4\u591a\u53ef\u4ee5\u770b\u8fd9\u4e2a<a href=\"https:\/\/phoenixnap.com\/kb\/how-to-create-new-mysql-user-account-grant-privileges\" target=\"_blank\" rel=\"noreferrer noopener\">\u7f51\u9875<\/a>\u548c\u5b98\u65b9\u6587\u6863\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7528mysql client\u8fde\u63a5MySQL server \u521b\u5efa\u65b0\u7528\u6237 create a new user \u521b\u5efa\u65b0\u6570\u636e\u5e93 create new database \u8d4b\u4e88\u7528\u6237\u4f7f\u7528\u6743\u5229 Grant privileges to a user Show users \u53c2\u8003\u8d44\u6599 MySQL\u529f\u80fd\u975e\u5e38\u9f50\u5168\uff0c\u6bcf\u4e2a\u547d\u4ee4\u90fd\u6709\u5f88\u591a\u7ec6\u8282\uff0c\u672c\u6587\u53ea\u6536\u96c6\u4e00\u4e0b\u57fa\u672c\u7528\u6cd5\uff0c\u66f4\u591a\u53ef\u4ee5\u770b\u8fd9\u4e2a\u7f51\u9875\u548c\u5b98\u65b9\u6587\u6863\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false},"categories":[32],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MySQL \u7b14\u8bb0 | Feel Like Learning<\/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:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MySQL \u7b14\u8bb0 | Feel Like Learning\" \/>\n<meta property=\"og:description\" content=\"\u7528mysql client\u8fde\u63a5MySQL server \u521b\u5efa\u65b0\u7528\u6237 create a new user \u521b\u5efa\u65b0\u6570\u636e\u5e93 create new database \u8d4b\u4e88\u7528\u6237\u4f7f\u7528\u6743\u5229 Grant privileges to a user Show users \u53c2\u8003\u8d44\u6599 MySQL\u529f\u80fd\u975e\u5e38\u9f50\u5168\uff0c\u6bcf\u4e2a\u547d\u4ee4\u90fd\u6709\u5f88\u591a\u7ec6\u8282\uff0c\u672c\u6587\u53ea\u6536\u96c6\u4e00\u4e0b\u57fa\u672c\u7528\u6cd5\uff0c\u66f4\u591a\u53ef\u4ee5\u770b\u8fd9\u4e2a\u7f51\u9875\u548c\u5b98\u65b9\u6587\u6863\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant\" \/>\n<meta property=\"og:site_name\" content=\"Feel Like Learning\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-13T06:31:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-21T05:12:32+00:00\" \/>\n<meta name=\"author\" content=\"feellikelearning\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"feellikelearning\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant#article\",\"isPartOf\":{\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant\"},\"author\":{\"name\":\"feellikelearning\",\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\"},\"headline\":\"MySQL \u7b14\u8bb0\",\"datePublished\":\"2021-06-13T06:31:23+00:00\",\"dateModified\":\"2022-06-21T05:12:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant\"},\"wordCount\":20,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\"},\"articleSection\":[\"\u6570\u636e\u5e93\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant\",\"url\":\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant\",\"name\":\"MySQL \u7b14\u8bb0 | Feel Like Learning\",\"isPartOf\":{\"@id\":\"https:\/\/feellikelearning.com\/#website\"},\"datePublished\":\"2021-06-13T06:31:23+00:00\",\"dateModified\":\"2022-06-21T05:12:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/feellikelearning.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MySQL \u7b14\u8bb0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/feellikelearning.com\/#website\",\"url\":\"https:\/\/feellikelearning.com\/\",\"name\":\"Feel Like Learning\",\"description\":\"\u7a0b\u5e8f\uff5c\u751f\u6d3b\uff5c\u5b66\u5230\u5c31\u662f\u8d5a\u5230\",\"publisher\":{\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/feellikelearning.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\",\"name\":\"feellikelearning\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g\",\"caption\":\"feellikelearning\"},\"logo\":{\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/feellikelearning.com\/index.php\/author\/feellikelearning\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MySQL \u7b14\u8bb0 | Feel Like Learning","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:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant","og_locale":"en_US","og_type":"article","og_title":"MySQL \u7b14\u8bb0 | Feel Like Learning","og_description":"\u7528mysql client\u8fde\u63a5MySQL server \u521b\u5efa\u65b0\u7528\u6237 create a new user \u521b\u5efa\u65b0\u6570\u636e\u5e93 create new database \u8d4b\u4e88\u7528\u6237\u4f7f\u7528\u6743\u5229 Grant privileges to a user Show users \u53c2\u8003\u8d44\u6599 MySQL\u529f\u80fd\u975e\u5e38\u9f50\u5168\uff0c\u6bcf\u4e2a\u547d\u4ee4\u90fd\u6709\u5f88\u591a\u7ec6\u8282\uff0c\u672c\u6587\u53ea\u6536\u96c6\u4e00\u4e0b\u57fa\u672c\u7528\u6cd5\uff0c\u66f4\u591a\u53ef\u4ee5\u770b\u8fd9\u4e2a\u7f51\u9875\u548c\u5b98\u65b9\u6587\u6863\u3002","og_url":"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant","og_site_name":"Feel Like Learning","article_published_time":"2021-06-13T06:31:23+00:00","article_modified_time":"2022-06-21T05:12:32+00:00","author":"feellikelearning","twitter_card":"summary_large_image","twitter_misc":{"Written by":"feellikelearning"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant#article","isPartOf":{"@id":"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant"},"author":{"name":"feellikelearning","@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a"},"headline":"MySQL \u7b14\u8bb0","datePublished":"2021-06-13T06:31:23+00:00","dateModified":"2022-06-21T05:12:32+00:00","mainEntityOfPage":{"@id":"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant"},"wordCount":20,"commentCount":0,"publisher":{"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a"},"articleSection":["\u6570\u636e\u5e93"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant#respond"]}]},{"@type":"WebPage","@id":"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant","url":"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant","name":"MySQL \u7b14\u8bb0 | Feel Like Learning","isPartOf":{"@id":"https:\/\/feellikelearning.com\/#website"},"datePublished":"2021-06-13T06:31:23+00:00","dateModified":"2022-06-21T05:12:32+00:00","breadcrumb":{"@id":"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/feellikelearning.com\/index.php\/2021\/06\/13\/mysql-note\/?variant=zh-hant#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/feellikelearning.com\/"},{"@type":"ListItem","position":2,"name":"MySQL \u7b14\u8bb0"}]},{"@type":"WebSite","@id":"https:\/\/feellikelearning.com\/#website","url":"https:\/\/feellikelearning.com\/","name":"Feel Like Learning","description":"\u7a0b\u5e8f\uff5c\u751f\u6d3b\uff5c\u5b66\u5230\u5c31\u662f\u8d5a\u5230","publisher":{"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/feellikelearning.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a","name":"feellikelearning","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g","caption":"feellikelearning"},"logo":{"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/"},"url":"https:\/\/feellikelearning.com\/index.php\/author\/feellikelearning\/"}]}},"_links":{"self":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts\/1218"}],"collection":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/comments?post=1218"}],"version-history":[{"count":9,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts\/1218\/revisions"}],"predecessor-version":[{"id":1281,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts\/1218\/revisions\/1281"}],"wp:attachment":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/media?parent=1218"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/categories?post=1218"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/tags?post=1218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}