MySQL Database synchronization

孤街浪徒 提交于 2019-12-08 07:55:03

问题


Is there any free MySQL synchronization tool out there?

I need to synchronize the database structure across servers. Data synchronization is not necessary (but is a plus).

It needs to be free (for non commercial use), not a free trial.

Edit: None of the answers so far has worked, were free, or a suitable to my needs.


回答1:


Toad® for MySQL can do both a "Schema Compare" as well as a "Data Compare" (and a lot more).

By the way: the software is freeware - in case somebody asks.




回答2:


The only application i know that does this is Navicat for Mysql. It is fairly cheap, however it is not free :(




回答3:


try with mysql replication (part of the mysql solution) if still isnt a option. you can make a script which send a "show create table" for each table and store the structure and replicate it in the new server(s)




回答4:


There is a free tool that does this, it's called Mysql Workbench and they have a mac version. You need to reverse engineer your schema before synching..




回答5:


Try Daffodil Replicator, it is available in Open Source version as well. It is a Java tool for data synchronization, data migration, and data backup between various database servers.



来源:https://stackoverflow.com/questions/3648242/mysql-database-synchronization

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!