我使用MySQL 5.7配置组复制,在从服务器上启动组复制后,从服务器的状态显示覆盖,并且在一段时间后显示错误。
在MySQL查询下面运行之后,我得到了1045错误。
select * from performance_schema.replication_connection_status\G之后,我尝试使用相同的mysql用户和密码手动登录,然后它就成功了。
我已经完成了https://dev.mysql.com/doc/refman/5.7/en/group-replication-configuring-instances.html中提到的每一个步骤
任何人,如果你知道更好的答案,请帮助解决这个问题。
我附加了从服务器的状态输出。
复制通道状态的屏幕截图

发布于 2022-06-14 10:57:53
当我们尝试手动创建组复制群集时,会出现此问题。
首先,我们需要小心地更新配置,以符合组复制prerequisites.
- [https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-innodb-cluster-requirements.html](https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-innodb-cluster-requirements.html)来完成。
- [https://dev.mysql.com/doc/mysql-shell/8.0/en/configuring-production-instances.html](https://dev.mysql.com/doc/mysql-shell/8.0/en/configuring-production-instances.html)https://stackoverflow.com/questions/72430346
复制相似问题