Comments - MaxScale, "No Master can be determined"

6 years, 2 months ago Sam

I reinstalled mariadb instances. Now with mariadb:10.3.10.

I created also following "users" and grants for those. Also IP address 127.17.0.1 was added:

create user 'maxscale'@'127.17.0.1' identified by 'admin';
create user 'maxscale'@'%' identified by 'admin';
grant all privileges on *.* to 'maxscale'@'127.17.0.1' with grant option;
grant all privileges on *.* to 'maxscale'@'%' with grant option;

Still same kinds of problems.

 
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.