Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 63869  / 2 Years ago, fri, september 2, 2022, 10:29:39

I want to install the MySQL GUI Tools in 12.04 and future version because frankly the way workbench works is not even close to how friendly the GUI tools were, specially for simple stuff like doing a quick SELECT of something or selecting a table. I like using MySQL Administrator and MySQL Query Browser. The way they work is much more intuitive than Workbench. How can I install them in 12.04 and newer versions?


More From » mysql

 Answers
2

  1. I tried to compile without success because many bugs to fix :(

  2. I tried to convert .rpm package with alien, its convert and install well but doesn't work :(

  3. go to this page and download this packed : see UPDATE



32 bits



Generic x86 Linux TAR (bundled dependencies) 5.0r12



mysql-gui-tools-5.0r12-linux-i386.tar.gz 


64 bits



Generic x86/64 Linux TAR (bundled dependencies) 5.0r12



mysql-gui-tools-5.0r12-linux-x86_64.tar.gz



  1. extract the tar.gz with nautilus doble-click :



enter image description here




  1. Open mysql-gui-tools-5.0 with nautilus an you will see :



enter image description here




  1. The first time open a terminal an execute ./mysql-administrator



enter image description here



if you see one error like that just execute ./mysql-administrator --update-paths




  1. for second time an more just execute via nautilus



enter image description here



and voala! happy rocking...



UPDATE 23/02/2013



MYSQL Announcement the EOL for the MySQL GUI Tools Bundle (Administrator, Query Browser, Migration Toolkit), please use MySQL Workbench has replaced the GUI Tools Bundle instead, and you can't download from the MYSQL web page but I found another page where you can find it:




[#38337] Sunday, September 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
feeous

Total Points: 102
Total Questions: 122
Total Answers: 119

Location: Netherlands
Member since Thu, Jul 1, 2021
3 Years ago
;