适用于 Linux 的 SQLYog-Like MySQL GUI?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5667014/
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
SQLYog-Like MySQL GUI For Linux?
提问by user3262424
I am looking for a MySQL
GUI for Linux (am Using Ubuntu 10.04). Don't need anything fancy -- just the ability to easily create databases / tables, be able to manually set values for table rows, run queries and see their results etc.
我正在寻找适用MySQL
于 Linux的GUI(正在使用 Ubuntu 10.04)。不需要任何花哨的东西——只需能够轻松创建数据库/表,能够手动设置表行的值,运行查询并查看其结果等。
Any suggestions?
有什么建议?
采纳答案by Pascal MARTIN
You could use MySQL Workbench:
您可以使用MySQL 工作台:
- it works on both Linux and Windows
- There is a free / community version
- It's a GUI, and includes, at least :
- create / alter table using a graphical interface
- run queries / see their results
- And there are also features that will help you create a graphical table's model -- and it'll generate the SQL to create the tables of that model.
- 它适用于 Linux 和 Windows
- 有免费/社区版
- 它是一个 GUI,至少包括:
- 使用图形界面创建/更改表
- 运行查询/查看结果
- 还有一些功能可以帮助您创建图形表的模型——它会生成 SQL 来创建该模型的表。
回答by Mark Droog
Take a look at Navicat Lite: http://www.navicat.com/en/products/navicat_mysql/mysql_overview.html
看看 Navicat Lite:http: //www.navicat.com/en/products/navicat_mysql/mysql_overview.html
- Works on Windows, Linux, OS X
- Free and payed version
- 适用于 Windows、Linux、OS X
- 免费和付费版本