码迷,mamicode.com
首页 > 其他好文 > 详细

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:34:30      阅读:294      评论:0      收藏:0      [点我收藏+]

标签:inf   tip   password   5.7   type   acl   oracle   mys   repos   

在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.

标签:inf   tip   password   5.7   type   acl   oracle   mys   repos   

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

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