Hello,
I didn't find any post here about it, cause I don't have the right definition.
My question:
I need to set 2 mechienes which both have databses from some kind.
I also need to sychronize between these database servers (not with a script)
with some build-in mechanism they have.
My goal is to have a backup-server. which means, that if server_1 is down, server_2 will continue to work from the same point, and i will able to access it instead of server_1, and when server_1 comes up, they will syncronize automatically. Also they need to stay syncronized (in their data state) all the time.
Any ideas? how it is called? does Mysql supports it?
Is there any database which supports it?
Thanks,