Currently have a MySQL replication setup in which Master A is replicated on another server db Slave B.
I'm shutting down the server that hosts Master A and need to start a new server that houses Master C that will be the replacement for Master A and maintaining all the data.
Slave B will then need to replicate from Master C. Master A will then be deleted.
How do I make this change with minimal or no downtime?