MariaDB 11.4.9 slave nodes fail with Access denied for user 'msandbox'@'localhost' and even root cannot connect.
Master works fine — grants are loaded, all users created. But slave initialization does not load grants properly.
This is likely related to MariaDB 11.4's authentication changes. The --auth-root-authentication-method=normal flag may not work correctly for slave initialization.
Tested locally: MariaDB 10.11.9 works fine, 11.4.9 fails.
Removing 11.4 from CI until fixed.
MariaDB 11.4.9 slave nodes fail with
Access denied for user 'msandbox'@'localhost'and evenrootcannot connect.Master works fine — grants are loaded, all users created. But slave initialization does not load grants properly.
This is likely related to MariaDB 11.4's authentication changes. The
--auth-root-authentication-method=normalflag may not work correctly for slave initialization.Tested locally: MariaDB 10.11.9 works fine, 11.4.9 fails.
Removing 11.4 from CI until fixed.