I have 2 server set on mysql master master replication. we can call it as good server and bad server.
Good server has all the latest data. Once of table in the bad server is not in sync and have old data. How can I sync the new data into that table? Can i dump the table from the good server and then restore it to bad server?