Link to home
Start Free TrialLog in
Avatar of emincote
emincoteFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Problem when changing replication user password

Dear Experts,

I am running MySQL 5.5 replication environment and I need to change the password on the replication user.  I have tried the following:

stop slave
change passwords on master and slaves
start slave

I then get an error connecting to master when I run 'show slave status'.  If I repeat the process setting the password back to the original one, then replication all starts again perfectly.  What have I missed.

As a secondary question, which order should I update versions of MySQL.  Master then slaves or the other way round?

Many thanks

Bede
SOLUTION
Avatar of arnold
arnold
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of emincote

ASKER

Hi Arnold and Idvhai,  Thank you both very much.  That seems to have worked a treat and I had forgotten all about flush privileges.  Case closed and I will award as many points as possible to both of you.  Thanks again,  Bede