Re: Replication - urgent
Running this statement on the master should do it:
DROP TABLE table1, table2...;
That will remove the tables.
Baron
Ratheesh K J wrote:
> Hello all,
>
> I cannot afford to stop my slave server. I have list of tables of the master that are being replicated on the slave.
>
> Now I want to remove a couple of tables from this list without affecting the master and slave. How is this possible?
>
> Thanks & regards,
> Ratheesh
|