Home > Software design >  How do I update mysql replicant users new password into slave master. info file
How do I update mysql replicant users new password into slave master. info file

Time:01-25

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.

  •  Tags:  
  • Related