update mysql.user set authentication_string=password(‘****‘) where user=‘user_name‘;
flush privileges;
change master to master_user=‘user_name‘, master_password=‘****‘;
mysql集群如何快速修改同一用户不同IP的用户密码
原文:https://www.cnblogs.com/whiteY/p/14596725.html