How do you bootstrap with CentOS 7 systemctl? Get the following error:
systemctl start mysqld --wsrep-cluster-address=“gcomm://”
systemctl: unrecognized option ‘–wsrep-cluster-address=gcomm://’
How do you bootstrap with CentOS 7 systemctl? Get the following error:
systemctl start mysqld --wsrep-cluster-address=“gcomm://”
systemctl: unrecognized option ‘–wsrep-cluster-address=gcomm://’
Try to bootstrap PXC this way:
systemctl start mysql@bootstrap.service
This is mentioned on the blog written by Przemek here - [url]http://www.percona.com/blog/2014/09/01/galera-replication-how-to-recover-a-pxc-cluster/[/url] (see scenario 3)
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.