I've seen this post to re-synchronize a slave database when only one slave is connected to a master DB.
If I understood well, this solution is not the best when we need to resynchronize only 1 slave DB out of batch of slave DBs.
Is there a way to do this, without having to resynchronize all the slave DBs connected to the master ?
I guess the RESET MASTER
would affect all the slave DBs state and would lead to resynchronize all of them.
Thank you for your help
Cheers