Re: Cloudstack DB using 3 Node Galrea Cluster.

2024-02-26 Thread Joan g
> mysql>use mysql > mysql>GRANT ALL ON *.* to root@'%' IDENTIFIED BY 'password'; > mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' > WITH GRANT OPTION; > mysql>FLUSH PRIVILEGES; > mysql> SELECT host FROM mysql.user WHERE User = 'root'; &g

Re: Cloudstack DB using 3 Node Galrea Cluster.

2024-02-26 Thread Kiran Chavala
SSIVE Regards Kiran From: Joan g Date: Saturday, 24 February 2024 at 12:29 AM To: users@cloudstack.apache.org Subject: Cloudstack DB using 3 Node Galrea Cluster. Hi Community, I need some suggestions on using 3 node Mariadb *Galera Cluster or percona xtradb* for Cloudstack Databases. In My

Cloudstack DB using 3 Node Galrea Cluster.

2024-02-23 Thread Joan g
Hi Community, I need some suggestions on using 3 node Mariadb *Galera Cluster or percona xtradb* for Cloudstack Databases. In My setup the Databases are behind a LB and write happens only to a single node With new Cloudstack 4.18.1 install initial database migration is always failing because