Comments - Galera Cluster - Mysqld_multi

2 years, 2 months ago Steve Cord

We have succesfully installed Galera Multi Instance cluster, I do not understand, why there is no complex manual how to do this on this web page !!!!

First start mariadb:

systemctl start mariadb

then start clustered instance 1:

mysqld_multi --wsrep-new-cluster --verbose start 1

then login to instance 1 running on port for example 3307:

mysql --host=ip_address_of_host -P 3307 --user=root -p

 
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.