Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question 开发者_如何学JAVAAs funny as it is, most good MySQL editors are Windows based. I am looking for a tool (US$400 top) for Ubuntu that can:
- 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.
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.
you might look at these sql clients below, all of them are open-source:
- http://www.sql-workbench.net
- http://executequery.org
精彩评论