MySQL Forums
Forum List  »  Replication

Re: MYSQL 8.0 - Group Replication - Error on Start up
Posted by: Frederic Descamps
Date: August 20, 2018 04:11PM

Hello,

Please check in the error log of the mysql server you will see why there is a problem.

Now 2 comments:
1. please use MySQL-Shell to setup a cluster (https://lefred.be/content/mysql-8-0-innodb-cluster-the-quick-hands-on-manual/)
2. 2 nodes is a bad idea for such cluster as if one fails, the other one won't be writable anyway (it won't have quorum as majority won't be reached 1/2 is only 50% not more than 50%). That's why it's recommended to have 3 servers.

Regards,

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MYSQL 8.0 - Group Replication - Error on Start up
1165
August 20, 2018 04:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.