Free MySQL synchronization tool [closed]

2020-02-25 22:41发布

does anybody know some free tool for synchronization MySQL database (data and structure) like in Navicat for Windows ?


I'm using Structure and Data synchronization. Sometimes Data transfer. I was just wondering if there is not any software like this for free. Found only HeidiSQL (which looks perfect but work worse).

7条回答
霸刀☆藐视天下
2楼-- · 2020-02-25 23:17

Toad for MySQL has synchronization abilities and is free.

查看更多
等我变得足够好
3楼-- · 2020-02-25 23:18

MySQL Workbench Beta does this perfectly and for free for now.

查看更多
劫难
4楼-- · 2020-02-25 23:19

You can just try dbForge Studio for MySQL to sync mysql databases. This tool provides a number of features that help you with mysql synchronization:

  • MySQL sync tools allows you to compare quickly MySQL schema and data
  • Review differences, apply groups and filters
  • Apply more than one synchronization ways to choose from
  • Well-tested functionality, created by developers for developers and DBAs

There is free 30-days usage of the MySQL sync tools in a dbForge Studio trial.

查看更多
走好不送
5楼-- · 2020-02-25 23:23

If you just want synchronization would MySQL replication work for you?

http://dev.mysql.com/doc/refman/5.0/en/replication.html

查看更多
冷血范
6楼-- · 2020-02-25 23:26

You should use MySQL Workbench. It has sync feaures, which is great. I use 2 different servers (dev and prod) and of course the EER Model. I sync the model with the development database, and then I sync the prod database with my model.

查看更多
放我归山
7楼-- · 2020-02-25 23:39

What functionality of Navicat do you need? There is a number of ways without that software to synchronize mysql. You can use the MySQL replication functionality or simply copy and paste the data files (if your using MyISAM tables it's just a straight copy) innoDB tables are a little more tricky.

查看更多
登录 后发表回答