Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you recommend a free light-weight MySQL GUI for Linux? [closed]

I'm setting up my first development Linux box - a netbook actually. I'm quite fond of MySQL Yog for Windows, but that's not on linux.

I've checked these two threads What is the best free SQL GUI for Linux (MSSQL, MySQL, Oracle, Etc…) and Developer tools to directly access databases

I'm not interesting in something large and resource hungry (netbook) or that I have to pay for. Nor am I particularly interested in compatibility with SQL.

so, Can you recommend a free light-weight MySQL GUI for Linux?

Unless someone suggests something better I'll probably just go with phpMyAdmin.

like image 834
Dean Rather Avatar asked Sep 10 '09 07:09

Dean Rather


People also ask

Does MySQL have a GUI for Linux?

MySql Gui tools is official ui from Mysql. You can also try Mysql Workbench which is going to replace Gui Tools. Mysql Yog can be run on Linux using wine (I think they officially recommend this method). HeidiSql is also good option, I use it most of the time.

Is MySQL free for Linux?

MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts.

Is there a GUI for MySQL?

MySQL is also cross-platform; and, like with Linux, there is no built-in GUI tool for Windows.


2 Answers

Try Adminer. The whole application is in one PHP file, which means that the deployment is as easy as it can get. It's more powerful than phpMyAdmin; it can edit views, procedures, triggers, etc.

Adminer is also a universal tool, it can connect to MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch and MongoDB.

You should definitely give it a try.

enter image description here

You can install on Ubuntu with sudo apt-get install adminer or you can also download the latest version from adminer.org

like image 64
Tom Pažourek Avatar answered Sep 20 '22 15:09

Tom Pažourek


Here are few solutions -

  • MySql Gui tools is official ui from Mysql.
  • You can also try Mysql Workbench which is going to replace Gui Tools.
  • Mysql Yog can be run on Linux using wine (I think they officially recommend this method).
  • HeidiSql is also good option, I use it most of the time. It also run using wine on Linux. It lightest of all.
  • If you are looking for web based solution than phpmyadmin is the solution.

Since you are already using sqlyog, I suggest you to use same on Linux as well.

like image 42
Sharique Avatar answered Sep 20 '22 15:09

Sharique