14

我正在尝试合并两个 MySql 数据库的结构。Red-Gate 的 SQL Compare 有没有一个工具可以解决这个问题?有没有免费的替代品?

4

4 回答 4

4

I've been using SQLyog for years now. Recently they released v8.0 which includes an updated interface and two very cool features the Query Profiler and SQL Formatter. The formatter was the reason I upgraded this year.

http://www.webyog.com/en/sqlyog_feature_list.php

Blog post with video and animated gif of the SQL Formatter in action http://www.webyog.com/blog/2009/02/02/profile-and-format-mysql-queries-with-the-new-sqlyog-80/

A few years ago I tried Navicat and the mysql manager but decided on SQLyog. I'm sure both products have been updated since but I'm still happy with SQLyog which is updated regularly.

[Update] - Just downloaded and installed NaviCat 8 for MySQL and was not impressed

After I added this post I reviewed and downloaded v8 of NaviCat for MySQL. In comparison with user interface of SQLyog there is no comparison. SQLyog is better and more intuitive. Especially with the two latest features mentioned earlier. Immediately I noticed how SQLyog keeps you in one window when trying to view the data of a table, while Navicat spawns a new window. The report builder and viewer is the only thing that would put Navicat above SQLyog IMHO, and I already have other means to handle reports using ASP.NET. Try both products and I think you'll agree with me.

enter image description here

于 2009-02-04T11:35:22.140 回答
2

虽然我没有任何经验,但我听说 Navicat 将是使用的工具:

https://www.navicat.com/en/products/navicat-for-mysql

我也听说 mysql 的蟾蜍还不错:

http://www.quest.com/toad-for-mysql/

于 2008-09-09T19:14:43.953 回答
1

Toad for MySQL可以进行“模式比较”和“数据比较”(以及更多)。

它曾经是免费软件,但最新版本不是。您仍然可以找到旧版本

于 2012-08-11T01:15:55.170 回答
0

我已经使用 Navicat 超过 3 年了。它提供了我需要的所有功能,并为我节省了大量管理和开发 MySQL 和 Oracle 的时间。

你可以在http://support.navicat.com/visual_tutorial/data_sync.html找到关于 Navicat 的数据/结构同步的可视化教程。

于 2009-03-19T10:53:37.380 回答