If I update a user's password or privileges in MySQL, how does this affect existing connections? In particular, if I change the replication user password, will it break replication for connected slaves?
Edit: Assume I am using FLUSH PRIVILEGES
after updating the information.