标签:ror mys 主服务器 active pass 错误 when can position
错误 | 解决 |
ERROR 1776 (HY000): Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE |
开启GTID后,5.6后,不需要手工确定主服务器的MASTER_LOG_FILE及MASTER_LOG_POS
mysql> change master to master_host=‘127.0.0.1‘,master_user=‘rep‘,master_password=‘rep‘,master_port=3306,master_auto_position=1; |
标签:ror mys 主服务器 active pass 错误 when can position
原文地址:https://www.cnblogs.com/kevincaptain/p/10342180.html