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.

Where to download MariaDB (and related products), which ports to use and various other topics related to getting access to MariaDB.

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.