Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
Description
Using "CHANGE MASTER TO" command and setting master password with a length more than 41 ascii chars make replication works (no error or warning returned) but replication failed due to "access denied" when restarting mariadb.
master password is truncated to 41 chars in master.info file so when restarting replication it uses truncated password to connect to master.
In MySQL, the behavior for this is to error (introduced in 5.7.5). Do we want to follow this same pattern? That is, do we want to follow their same implementation logic from their patch? Elkin