dotnet-mysql-replication icon indicating copy to clipboard operation
dotnet-mysql-replication copied to clipboard

How to use this library?

Open soonsam123 opened this issue 5 years ago • 4 comments

How to use this library to make a master to master relationship in MySQL.'

soonsam123 avatar Nov 25 '19 14:11 soonsam123

This project is still in WIP (work in progress).

What do you mean master to master relationship? Do you mean duplex synchronization?

kerryjiang avatar Nov 25 '19 23:11 kerryjiang

Yes, I mean a master to master relationship where two databases would sync and have the same data regardless where it was inserted. I think that maybe InnoDB Cluster is the solution for my MySQL database.

soonsam123 avatar Nov 27 '19 03:11 soonsam123

@soonsam123 I think you can refer python version for more information.

Deep-Blue-2013 avatar Dec 20 '19 14:12 Deep-Blue-2013

Check out the test cases, they should be useful: https://github.com/SciSharp/dotnet-mysql-replication/blob/master/tests/Test/MainTest.cs

kerryjiang avatar Mar 25 '20 05:03 kerryjiang