配置MGR启动第一个节点时start group_replication一直报ERROR 3092 (HY000):The server is not configured properly
MySQL8.0配置MGR時(shí),執(zhí)行START GROUP_REPLICATION;時(shí)一直報(bào)這個錯誤:ERROR 3092 (HY000): The server is not configured properly to be an active member of the group. Please see more details on error log. 查看日志文件:
Error connecting to the local group communication engine instance.
The member was unable to join the group. Local port: 33081’
33061默認(rèn)端口也改了,loose-group_replication_group_name用到的uuid也都改為不一樣的了,都沒用。
最終解決辦法:
修改linux系統(tǒng)配置 /etc/selinux/config 文件
SELINUX=disabled修改后重啟服務(wù)器,一定要重啟!!mysql服務(wù)可以不重啟
重新執(zhí)行START GROUP_REPLICATION;
總結(jié)
以上是生活随笔為你收集整理的配置MGR启动第一个节点时start group_replication一直报ERROR 3092 (HY000):The server is not configured properly的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Postman同时发送多个对象+文件到C
- 下一篇: 配置MGR时修改了/etc/hosts但