{"id":8,"date":"2015-07-28T16:54:50","date_gmt":"2015-07-28T08:54:50","guid":{"rendered":"https:\/\/yanjingang.com\/blog\/?p=8"},"modified":"2015-07-28T16:55:44","modified_gmt":"2015-07-28T08:55:44","slug":"%e5%a6%82%e4%bd%95%e5%ae%89%e8%a3%85%e5%92%8c%e9%85%8d%e7%bd%aemysql%e4%b8%bb%e4%bb%8e%e5%90%8c%e6%ad%a5","status":"publish","type":"post","link":"https:\/\/yanjingang.com\/blog\/?p=8","title":{"rendered":"\u5982\u4f55\u5b89\u88c5\u548c\u914d\u7f6emysql\u4e3b\u4ece\u540c\u6b65"},"content":{"rendered":"<p>1\uff09\u5b89\u88c5mysql\uff1a\u7565<\/p>\n<p>2\uff09\u542f\u52a8mysqld:<br \/>\nmysqld<\/p>\n<p>3\uff09\u4fee\u6539mysql\u7684root \u7528\u6237\u7684password\uff1a<br \/>\nmysql -u root<\/p>\n<p>use mysql<br \/>\nupdate user set password=password(&#8220;&lt;you password&gt;&#8221;) where user=&#8221;root&#8221;;<br \/>\ngrant all privileges on *.* to root@&#8217;%&#8217; identified by &#8216;&lt;you password&gt;&#8217; with grant option;<br \/>\nflush privileges;<\/p>\n<p>quit;<\/p>\n<p>4\uff09\u7528\u4e0a\u8ff0\u65b9\u6cd5\uff0c\u5728\u53e6\u4e00\u53f0\u673a\u5668\u4e0a\u5b89\u88c5mysql\u3002<\/p>\n<p>5\uff09\u5728\u5176\u4e2d\u4e00\u53f0\u4e3b\u5e93\u4e0a\uff0c\u6267\u884c\uff1a<\/p>\n<p>mysql -u root -p<\/p>\n<p>grant replication slave on *.* to &#8216;root&#8217;@&#8217;%&#8217; identified by &#8216;&lt;your mysql pass for replicatoin&gt;&#8217;;<\/p>\n<p>show master status;<br \/>\nflush privileges;<br \/>\n6)\u5728\u4ece\u5e93\u4e0a\uff0c<\/p>\n<p>vi mysql\/my.cnf\u4e2d\u7684server id \u4e3a2\uff08\u548c\u4e3b\u5e93\u4e0d\u540c\u5373\u53ef\uff09\u3002<\/p>\n<p>7\uff09\u5728\u4ece\u5e93\u4e0a\u6267\u884c\uff1a<\/p>\n<p>mysql -u root -p<br \/>\nCHANGE MASTER TO MASTER_HOST='&lt;you master&#8217;s hostname&gt;&#8217;, MASTER_PORT=&lt;you master&#8217;s port&gt;, MASTER_USER=&#8217;root&#8217;, MASTER_PASSWORD='&lt;your mysql pass for replicatoin&gt;&#8217;;<\/p>\n<p>8) \u4ece\u5e93\u542f\u52a8mysqld\uff1a<br \/>\nmysqld<\/p>\n<p>\u53ef\u4ee5\u89c2\u5bdf\u5230\u662f\u5426\u8fde\u63a5\u4e3b\u5e93\u6210\u529f\u3002<\/p>\n<p>9\uff09\u5728\u4e3b\u5e93\u4e0a\u521b\u5efa\u6570\u636e\u5e93\uff1a<br \/>\nmysql -u root -p<\/p>\n<p>create database pay;<\/p>\n<p>use pay\uff1b<\/p>\n<p>create table test(a int);<br \/>\ninsert into test values (1);<\/p>\n<p>\u4f1a\u770b\u5230\u4ece\u5e93\u4e0a\u4f1a\u81ea\u52a8\u521b\u5efa\u76f8\u540c\u6570\u636e\u5e93\uff0c\u5e76\u505a\u540c\u6b65\u3002<\/p>\n<p>10\uff09\u4ece\u4e3b\u5e93\u6216\u4ece\u5e93\u8fde\u63a5\u53e6\u4e00\u4e2a\u5e93\uff1a<br \/>\nmysql -h &lt;remote host&gt; &#8211;port=&lt;remote port&gt; -u &lt;remote user&gt; -p &#8216;&lt;remote mysql user&#8217;s pass&gt;&#8217;<\/p>\n<p>11\uff09\u5173\u95edmysql\uff1a<br \/>\nmysqladmin stop;<\/p>\n<p>&nbsp;<\/p>\n<p>\u6269\u5c55\uff1a<\/p>\n<p>\u5982\u679c\u60f3\u8ba9\u4ece\u5e93\u7684slave\u590d\u5236\u8fdb\u7a0b\u4e0d\u968fmysql\u542f\u52a8\u800c\u542f\u52a8\uff0c\u53ef\u4ee5\u5728my.cnf\u914d\u7f6eskip-slave-start\u53c2\u6570,\u8fd9\u6837\u590d\u5236\u8fdb\u7a0b\u5c31\u4e0d\u4f1a\u968f\u7740\u6570\u636e\u5e93\u7684\u542f\u52a8\u800c\u542f\u52a8\uff1a<\/p>\n<div>[<a class=\"keylink\" href=\"http:\/\/www.2cto.com\/database\/MySQL\/\" target=\"_blank\">mysql<\/a>d]<\/div>\n<div>skip-slave-start<\/div>\n<div><\/div>\n<p>\u5728\u9700\u8981\u542f\u52a8\u590d\u5236\u65f6\uff0c\u5728\u4ece\u5e93\u6267\u884cstart slave;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\uff09\u5b89\u88c5mysql\uff1a\u7565 2\uff09\u542f\u52a8mysqld: mysqld 3\uff09\u4fee\u6539mysql\u7684root \u7528\u6237\u7684passwo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[7],"tags":[8,9,10,11],"_links":{"self":[{"href":"https:\/\/yanjingang.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/8"}],"collection":[{"href":"https:\/\/yanjingang.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yanjingang.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yanjingang.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yanjingang.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":0,"href":"https:\/\/yanjingang.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/8\/revisions"}],"wp:attachment":[{"href":"https:\/\/yanjingang.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yanjingang.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yanjingang.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}