首页 > 数据库技术 > 详细

mysql报错总结

时间:2019-01-31 15:43:52      阅读:300      评论:0      收藏:0      [点我收藏+]
错误 解决
ERROR 1776 (HY000): Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE 
and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.
开启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;
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

mysql报错总结

原文:https://www.cnblogs.com/kevincaptain/p/10342180.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!