S
S
Sonnabend2015-05-10 18:08:29
MySQL
Sonnabend, 2015-05-10 18:08:29

How to automate the transfer of data from one database to another?

The situation is this: there are two software and hardware systems with their own MySQL databases. The second system requires data from the database of the first system. The database is constantly updated first. For now, we manage by manually exporting data from the first database to the second. The problem is that due to the technical nuances of local networks and firewalls, it is impossible to reach the first from the second system, while from the first it is possible to contact the second.
How can we automate the transfer of data from the first database to the second?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Melkij, 2015-05-10
@sonnabend

Take any VPN organization protocol or even a trite ssh tunnel - and there will be two-way communication.
If the second DBMS data from the first is only needed for reading, then configure the replica.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question