码迷,mamicode.com
首页 > 数据库 > 详细

mysql报错总结

时间:2019-01-31 15:47:49      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:ror   mys   主服务器   active   pass   错误   when   can   position   

错误 解决
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报错总结

标签:ror   mys   主服务器   active   pass   错误   when   can   position   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!