Hello,
I’m trying to fix a slave (localhost) that is out of sync with my master (by updating the slave to match what’s on the master). I’ve tried this command below but I only get a response saying “Can’t make changes on host information because it’s a slave”. Is this what I should be using or is it something else?
pt-table-sync --print h=masterhost,D=db,u=user,p=password,t=table h=localhost
Thanks.