Best solution to sync two tables

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
zrinyi
Posts: 9
Joined: Sun Nov 26, 2017 9:47 pm

Best solution to sync two tables

Post by zrinyi »

Hi,
what is the best way to sync two tables (call it local and remote)?
I would like a solution that replaces a registry if the local is different of the remote one. And insert the registry if it doesn't exist on the local table.
Is there any smart solution for this?
Thank you in advance!
István
kklosson
Posts: 1628
Joined: Sun Nov 23, 2008 3:19 pm
Location: Virginia

Re: Best solution to sync two tables

Post by kklosson »

I would consider doing this with an external tool. For example, Navicat has a synchro capability and I image other tools such as MySQL Workbench do as well.
V8.8
MySQL, AWS EC2, S3
PDFtk Toolkit
zrinyi
Posts: 9
Joined: Sun Nov 26, 2017 9:47 pm

Re: Best solution to sync two tables

Post by zrinyi »

Hi kklosson,
thank you for the suggestion!
I will check MySQL Workbench possibilities.
Regards, Istvan
Post Reply