Getting : systemctl start mysql --wsrep_new_cluster - systemctl: unrecognized option '--wsrep_new_cluster'

You are viewing an old version of this question. View the current version here.

The articles listed here help you get started quickly with information on installing, downloading and basic usage of MariaDB. For a more detailed index, see MariaDB Documentation, or use the search above.

Answer

Hi,

because of this problem, I am starting the first node with "nohup mysqld --user=mysql --wsrep-new-cluster &" and when all nodes are running I am stopping mariadb on the first node (mysqladmin) and starting it with systemctl again.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.