Skip to content
Advertisement

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?

Advertisement

Answer

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.
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement