ep%';
>
>
> 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;
>
ERE User = 'root';
mysql>SET GLOBAL pxc_strict_mode=PERMISSIVE
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 *
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 o