|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 |
|
![]() |
| Outils de la discussion | |
|
|