问题
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