I have a master database which would be the cloud server that consisted of different schools.
Now those schools are deployed to their corresponding school location which would be the local server.
Now what I want to happen is, to synchronize the cloud to local server
on their corresponding school if something is changed. That also goes for local to cloud server
.
Would anyone shed some light for me where to start off? I couldn't think of any solution that fit my problem.
I also think of using php to foreach loop all over the table and data that corresponds to current date and time. But I know that would be so bad.
I've seen some posts / articles regarding replication of master to slave.
MySql Replicate different tables to different database
Replicating from master to slaves and from slaves to master
MySQL replication: Master to Multiple Slaves with table filtering
The list goes on...
But yeah, I have no idea what's happening to what they are saying. I don't have any experience on replication master to slave.
The application pegs that I found are
- Evernote
- Todoist