In Fedora Linux, the mysql-gui-tools package provides the graphical (or GUI) clients to query and administer a MySQL database – useful alternatives to the command line client.
While I’m very comfortable with the mysql command line client, I do switch to the GUI query browser to add/edit stored procedures/functions.
“yum install mysql-gui-tools” was the simplest command to install the GUI tools for MySQL in Fedora Linux. But in Fedora 13, this results in “No package mysql-gui-tools available”.
So what happened here?
Why Fedora 13 repositories don’t have mysql-gui-tools package ?
The reason for this is explained in a bug report here. In a nutshell, the explanation is, the MySQL GUI tools is purposely removed from the Fedora 13 repositories because they have been buggy! Fair enough – it has crashed on me many a times.
But what is the alternative? The thread in the bug report suggests that it will be replaced with MySQL Workbench. That’s great! MySQL Workbench has many more features. So now can I issue a ‘yum-install mysql-workbench’ to have it installed on Fedora 13? The answer is no. This is because the bug report sums up with the following note:
mysql-workbench has not finished its review yet. this is due to the enormous
amount of work needed as the mysql team follows lots of bad practices.
Until we can cleanly and sanely package mysql-workbench there will be nothing
available on fedora.
The above reply is dated June 17, 2010. A 'no release date' left me desperate to look around (google).
The solution
There is always a solution and Google leads us to it. In a nutshell, I installed MySQL Workbench from the Remi repository. A quick install of MySQL Workbench, on Fedora 13, is as follows:
rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi
yum install http://rpms.famillecollet.com/remi-release-13.rpm
yum install mysql-workbench
to install MySQL Workbench on Fedora 13.
Henceforth, MySQL Workbench can be launched via a terminal window by issuing mysql-workbench or it can be found under Applications >Programming in GNOME.
Email This Post
⋅
Print This Post
⋅
Post A Comment
@shekharg
Hi Shekhar,
MySQL Administrator and MySQL Query Browser are EOL. They have been replaced by MySQL Workbench, which is available on Win, MacOS, Ubuntu, Suse, Fedora.
WB 5.2 includes:
- Model (replacing DBDesigner)
- Query (replacing MySQL Query Browser)
- Admin (replacing MySQL Administrator)
- SSH-Tunnel (for Remote Admin)
Learn more:
- http://forums.mysql.com/index.php?151
Can you let us know the problems you are seeing on Fedora 13.
- MySQL Workbench
loading...
Hi MySQL Workbench,
Thanks for the comment and for the wonderful product!
None so far. Have been using it ever since this blog post
.
Will certainly let you know in case I face any issue(s).
loading...
Awesome, thanks! Although, mysql gui tools never broke down on me on Fedora12.
A note though: the command is rpm –imporpt, not rpm -import. Your blogging software changed the — to an EM dash.
loading...
Thanks Victor. Have enclosed the commands within HTML PRE tag pairs. Thanks again for pointing this out.
loading...