MySQL Forums
Forum List  »  Newbie

How to get certain data from a DB to use on a different machine
Posted by: Yves Theunissen
Date: November 17, 2021 04:10AM

Hi all

I have some custom software which uses a local SQL database.

But for a different software I need to get some data out of it.
This program will not be on the same network.


The thing is the database is constantly updated so I would also need this to happen in the other application.

Is there way for me to get this working?

I was thinking dumping the data after every change or every x seconds/minutes and sharing this on a cloud drive so the other computer can use it as a source for the data needed.

Kind of grasping at ideas here, not that experienced with SQL.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
How to get certain data from a DB to use on a different machine
November 17, 2021 04:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.