Database replication -


OK while working with table creation, is it always supposed to create a table on a database Does that mean that DBA should subscribe to the table on the table? Apart from this, if the master / slalge configuration is to be used, should the data be repeated from one master to another again?

The problem I am facing now is that there are so many things in the master in my database, but there are missing slaves who are present in the master only. Is not something configured here correctly?

The replication depends on the configured. Real time replication should keep the master and slave coordinated all the time. The "porce-man" replication is usually configured to sync at the end of some time intervals. This is happening in your case.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -