I have a VB.NET application running on a machine with dynamic IP address, which persists data in a local mysql database. I need to use replication to send all the iterations done in this local database automatically to a web mysql database(static IP), which will only exists for reporting purposes (but it needs to be always available), how can I do it? Can I reverse it (slave with the static IP address and master with dynamic IP address) ?
|
feedback
|