Page 1 of 1

Sync database schema (and data)

Posted: 2021-01-14 12:39
by onoehring
Hi,

reading the thread of my question concerning the use of transactions, I thought this might be useful for others:

To sync databases (schemas), please check out
free: MySQL Workbench, https://www.mysql.com/products/workbench/
DBeaver: https://dbeaver.io (free community edition which can synd data only) and it's greater brother the enterprise edition which can sync databases as well: https://dbeaver.com
and (free ... but 'complicated'): https://github.com/mmatuson/SchemaSync

I had problems with Mysql workbench and highly recommend DBeaver. Even the community edition is really good. And: If you have a university email address, you may even get a free one year academic license for the enterprise edition.

Olaf