多復(fù)制問(wèn)題
在創(chuàng)建復(fù)制連接時(shí),change master to ....
出錯(cuò):
ERROR 3077 (HY000): To have multiple channels, repository cannot be of type FILE; Please check the repository configuration and convert them to TABLE.
在創(chuàng)建復(fù)制連接時(shí),change master to ....
出錯(cuò):
ERROR 3077 (HY000): To have multiple channels, repository cannot be of type FILE; Please check the repository configuration and convert them to TABLE.
2016-05-08
舉報(bào)
2016-05-08
備注需要設(shè)置:
master_info_repository=TABLE;
relay_log_info_repository=TABLE;