Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQLYog-Like MySQL GUI For Linux? [closed]

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.

Any suggestions?

like image 730
user3262424 Avatar asked Apr 14 '11 17:04

user3262424


2 Answers

You could use MySQL Workbench :

  • 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.
like image 173
Pascal MARTIN Avatar answered Oct 06 '22 12:10

Pascal MARTIN


Take a look at Navicat Lite: http://www.navicat.com/en/products/navicat_mysql/mysql_overview.html

  • Works on Windows, Linux, OS X
  • Free and payed version
like image 33
Mark Droog Avatar answered Oct 06 '22 12:10

Mark Droog