首页 > 其他 > 详细

ERROR 3077 (HY000): To have multiple channels, repository cannot be of type FILE; Please check the repository configuration and convert them to TABLE.

时间:2017-09-14 00:07:57      阅读:1717      评论:0      收藏:0      [点我收藏+]
在5.7.16搭建多源复制时,出现如下错误:
 
mysql> change master to master_host=‘192.168.56.156‘,master_user=‘repl‘,master_password=‘oracle‘,master_port=3306,MASTER_AUTO_POSITION = 1 for channel ‘master-15633006‘;
ERROR 3077 (HY000): To have multiple channels, repository cannot be of type FILE; Please check the repository configuration and convert them to TABLE.
 
 
错误原因:
需要在从库配置下面两个参数
master_info_repository  =table
relay_log_info_repository =table

 

ERROR 3077 (HY000): To have multiple channels, repository cannot be of type FILE; Please check the repository configuration and convert them to TABLE.

原文:http://www.cnblogs.com/liang545621/p/7518412.html

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