{"id":39760,"date":"2024-11-26T12:38:05","date_gmt":"2024-11-26T04:38:05","guid":{"rendered":"https:\/\/fwq.ai\/blog\/39760\/"},"modified":"2024-11-26T12:38:05","modified_gmt":"2024-11-26T04:38:05","slug":"%e6%a1%88%e4%be%8b%ef%bc%9a%e6%95%99%e4%bd%a0%e8%bf%81%e7%a7%bbmysql%e6%95%b0%e6%8d%ae%e5%ba%93","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/39760\/","title":{"rendered":"\u6848\u4f8b\uff1a\u6559\u4f60\u8fc1\u79fbMySQL\u6570\u636e\u5e93"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173010944027556.jpg\" class=\"aligncenter\" title=\"\u6848\u4f8b\uff1a\u6559\u4f60\u8fc1\u79fbMySQL\u6570\u636e\u5e93\u63d2\u56fe\" alt=\"\u6848\u4f8b\uff1a\u6559\u4f60\u8fc1\u79fbMySQL\u6570\u636e\u5e93\u63d2\u56fe\" \/><\/p>\n<p>\u4e3a\u4e86\u8fc1\u79fb\u6570\u636e\u5e93\uff0c\u6709\u5982\u4e0b\u4e09\u4e2a\u6b65\u9aa4\uff1a<\/p>\n<p><span style=\"color:#1E1E1E;letter-spacing: 2px;border-left:#FF3030 3px solid;border-right:#FF3030 3px solid;padding-left: 8px;padding-right:8px;font-size: 12pt\"><strong>\u7b2c\u4e00\u6b65 &#8211; \u6267\u884cMySQL\u8f6c\u50a8<\/strong><\/span>  <\/p>\n<p>\u5728\u5c06\u6570\u636e\u5e93\u6587\u4ef6\u4f20\u8f93\u5230\u65b0\u7684VPS\u4e4b\u524d\uff0c\u6211\u4eec\u9996\u5148\u9700\u8981\u4f7f\u7528mysqldump\u547d\u4ee4\u5728\u539f\u59cb\u865a\u62df\u670d\u52a1\u5668\u4e0a\u5907\u4efd\u5b83\u3002<\/p>\n<pre>\nmysqldump -u root -p --opt [database name] &gt; [database name].sql\n<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u6267\u884c\u8f6c\u50a8\u540e\uff0c\u5373\u53ef\u51c6\u5907\u4f20\u8f93\u6570\u636e\u5e93\u3002<\/p>\n<p><span style=\"color:#1E1E1E;letter-spacing: 2px;border-left:#FF3030 3px solid;border-right:#FF3030 3px solid;padding-left: 8px;padding-right:8px;font-size: 12pt\"><strong>\u7b2c\u4e8c\u6b65 &#8211; \u590d\u5236\u6570\u636e\u5e93<\/strong><\/span>  <\/p>\n<p>SCP\u5e2e\u52a9\u60a8\u590d\u5236\u6570\u636e\u5e93\u3002 \u5982\u679c\u4f7f\u7528\u4e0a\u4e00\u4e2a\u547d\u4ee4\uff0c\u5219\u5c06\u6570\u636e\u5e93\u5bfc\u51fa\u5230\u4e3b\u6587\u4ef6\u5939\u3002<\/p>\n<p>SCP\u547d\u4ee4\u5177\u6709\u4ee5\u4e0b\u8bed\u6cd5\uff1a<\/p>\n<pre>\nscp [database name].sql [username]@[servername]:path\/to\/database\/\n<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u6837\u672c\u4f20\u8f93\u53ef\u80fd\u5982\u4e0b\u6240\u793a\uff1a<\/p>\n<pre>\nscp newdatabase.sql user@example.com:~\/\n<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u8fde\u63a5\u540e\uff0c\u6570\u636e\u5e93\u5c06\u4f20\u8f93\u5230\u65b0\u7684\u865a\u62df\u4e13\u7528\u670d\u52a1\u5668\u3002<\/p>\n<p><span style=\"color:#1E1E1E;letter-spacing: 2px;border-left:#FF3030 3px solid;border-right:#FF3030 3px solid;padding-left: 8px;padding-right:8px;font-size: 12pt\"><strong>\u7b2c\u4e09\u6b65\uff1a\u5bfc\u5165\u6570\u636e\u5e93<\/strong><\/span>  <\/p>\n<p>\u4e00\u65e6\u6570\u636e\u5df2\u4f20\u8f93\u5230\u65b0\u670d\u52a1\u5668\uff0c\u60a8\u53ef\u4ee5\u5c06\u6570\u636e\u5e93\u5bfc\u5165MySQL\uff1a<\/p>\n<pre>\nmysql -u root -p newdatabase \n\nWith that, your transfer via SCP will be complete. \n\nBy Etel Sverdlov\n<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u8fd9\u6837\uff0c\u60a8\u901a\u8fc7SCP\u8f6c\u79fb\u5c06\u5b8c\u6210\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u6848\u4f8b\uff1a\u6559\u4f60\u8fc1\u79fbMySQL\u6570\u636e\u5e93\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e3a\u4e86\u8fc1\u79fb\u6570\u636e\u5e93\uff0c\u6709\u5982\u4e0b\u4e09\u4e2a\u6b65\u9aa4\uff1a \u7b2c\u4e00\u6b65 &#8211; \u6267\u884cMySQL\u8f6c\u50a8 \u5728\u5c06\u6570\u636e\u5e93\u6587\u4ef6\u4f20\u8f93\u5230\u65b0\u7684VPS\u4e4b\u524d\uff0c\u6211\u4eec\u9996\u5148\u9700\u8981\u4f7f\u7528mysqldump\u547d\u4ee4\u5728\u539f\u59cb\u865a\u62df\u670d\u52a1\u5668\u4e0a\u5907\u4efd\u5b83\u3002 mysqldump -u root -p &#8211;opt [database name] &gt; [database name].sql \u767b\u5f55\u540e\u590d\u5236 \u6267\u884c\u8f6c\u50a8\u540e\uff0c\u5373\u53ef\u51c6\u5907\u4f20\u8f93\u6570\u636e\u5e93\u3002 \u7b2c\u4e8c\u6b65 &#8211; \u590d\u5236\u6570\u636e\u5e93 SCP\u5e2e\u52a9\u60a8\u590d\u5236\u6570\u636e\u5e93\u3002 \u5982\u679c\u4f7f\u7528\u4e0a\u4e00\u4e2a\u547d\u4ee4\uff0c\u5219\u5c06\u6570\u636e\u5e93\u5bfc\u51fa\u5230\u4e3b\u6587\u4ef6\u5939\u3002 SCP\u547d\u4ee4\u5177\u6709\u4ee5\u4e0b\u8bed\u6cd5\uff1a scp [database name].sql [username]@[servername]:path\/to\/database\/ \u767b\u5f55\u540e\u590d\u5236 \u6837\u672c\u4f20\u8f93\u53ef\u80fd\u5982\u4e0b\u6240\u793a\uff1a scp newdatabase.sql user@example.com:~\/ \u767b\u5f55\u540e\u590d\u5236 \u8fde\u63a5\u540e\uff0c\u6570\u636e\u5e93\u5c06\u4f20\u8f93\u5230\u65b0\u7684\u865a\u62df\u4e13\u7528\u670d\u52a1\u5668\u3002 \u7b2c\u4e09\u6b65\uff1a\u5bfc\u5165\u6570\u636e\u5e93 \u4e00\u65e6\u6570\u636e\u5df2\u4f20\u8f93\u5230\u65b0\u670d\u52a1\u5668\uff0c\u60a8\u53ef\u4ee5\u5c06\u6570\u636e\u5e93\u5bfc\u5165MySQL\uff1a mysql -u root -p newdatabase With that, your transfer via SCP will be complete. By Etel Sverdlov \u767b\u5f55\u540e\u590d\u5236 \u8fd9\u6837\uff0c\u60a8\u901a\u8fc7SCP\u8f6c\u79fb\u5c06\u5b8c\u6210\u3002 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-39760","post","type-post","status-publish","format-standard","hentry","category-os"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/39760","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=39760"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/39760\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=39760"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=39760"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=39760"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}