Linux 为 Ubuntu 寻找一个好的 MySQL 编辑器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6196662/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Looking for a good MySQL editor for Ubuntu
提问by fatnjazzy
As funny as it is, most good MySQL editors are Windows based. I am looking for a tool (US$400 top) for Ubuntu that can:
有趣的是,大多数优秀的 MySQL 编辑器都是基于 Windows 的。我正在为 Ubuntu 寻找一种工具(最高 400 美元),它可以:
- Auto complete tables and fields names + reserved keywords.
- syntax coloring.
- inline row content edit.
- copy tables/databases from one host to an other.
- 自动完成表格和字段名称 + 保留关键字。
- 语法着色。
- 内联行内容编辑。
- 将表/数据库从一台主机复制到另一台主机。
I think the best Windows based is SQLyog, but it is a nightmare working on Wine.
采纳答案by James Allman
I highly recommend DbVisualizer. It's a Java application and runs on Linux, Mac OS X and Windows. The MySQL JDBC driver is bundled in the package.
我强烈推荐DbVisualizer。它是一个 Java 应用程序,可在 Linux、Mac OS X 和 Windows 上运行。MySQL JDBC 驱动程序捆绑在包中。
回答by Fred B.
you might look at these sql clients below, all of them are open-source:
您可能会在下面查看这些 sql 客户端,它们都是开源的: