By reviewing the code to implement multiple servers i noticed some warnings of users that could not be created ( because they already existed )
In all the install codes you added a piece of code to always try to create a user. Now a better solution ( also widely accepted with mysql and mariadb ) is to add a IDENTIFIED BY inside de GRANT function.
Example of a change i made in my fork:
https://github.com/GuardMoony/…e815859dd82819da4a04e7a06