摘要: 1.连接master和slave CHANGE MASTER TO:将slave定向到master,然后用START SLAVE启动复制 change master to master_host='', master_port=, master_user='', master_password='' 阅读全文
posted @ 2018-09-27 09:48 sonofthesea 阅读(110) 评论(0) 推荐(0) 编辑