mysql - data replication and master -


i have web based system in php works locally in multiple places , in each place has local database in mysqli.

also system in every place connect remotely database of information specific tables of local systems example when insert record in place,this record insert remote database ,too. , on ,to tell summary sync information local remote database.

schema of system

now know replication can idea this.

but don't know when remote database has problem , system can't connected remote database how apply changes in local database remote database?


Comments

Popular posts from this blog

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

Angularjs unit testing - ng-disabled not working when adding text to textarea -