'How do I update mysql replicant users new password into slave master. info file

need a quick help. We have a user called replicant which we use as replication user. Due to security, I had to change replicant user's password.

I changed password on master mysql server and slave status shows fine. I know we replicate mysql database itself.

Now, on slave master.info still showing old password, I know it keeps binlog position and I shouldn't be editing it. Now what to do? How to update since slave starts using this file. 😕😕 help.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source