I am using MySQL 5.7 to configure Group Replication, After Starting Group replication on Slave server, Status of Slave Server is showing Covering and after some time , it's shown error.
After running below MySQL Query, I am getting 1045 error .
select * from performance_schema.replication_connection_status\G
After that i have tried to login manually using same mysql user and Password then it is successful.
I have completed every steps according to mentioned in https://dev.mysql.com/doc/refman/5.7/en/group-replication-configuring-instances.html
Anyone, if you know better answer, please help to resolve this issue.
I have attached status output of slave server.