View Full Version : MySQL GUI
Peturrr
March 16th, 2006, 10:01 AM
I am starting with Ruby on Rails. I need a good GUI for MySQL. MySQL Administrator is not very useable on Linux, it crashes alot and somehow the software creates wrong queries.
Anyway, I need a good alternative. Any suggestions?
David Marrs
March 16th, 2006, 10:51 AM
I've got MySQL Query Browser installed, which came from the Ubuntu repository. It appears in Applications->Other. I still haven't used it though; I just work at the terminal.
bjweeks
March 16th, 2006, 10:52 AM
phpmyadmin
mlind
March 16th, 2006, 10:55 AM
Have you tried mysql-admin? you can install it using apt-get
I've used phpMyAdmin with mysql before, but downside is that it needs
web-server+php work.. It has lot of nice features tho.
Peturrr
March 16th, 2006, 12:19 PM
Yes, I've tried mysql-admin. It keeps crashing on me plus it doesn't suggest anything while creating tables (the windows versions does it, linux seems not to). Maybe it's because of Dapper Drake, wich I am using.
Jova
April 1st, 2006, 09:52 PM
:o
I just have installed mysql-administrator-1.1.6-1 from mysql.com.
I downoad it and with alien make deb package.
alien mysql-administrator-1.1.6-1.i386.rpm
and Install it:
dpkg -i mysql-administrator_1.1.6-2_i386.deb
Ther was a problem mising share library libpcre.so.0
ok. I just link preinstaled ono with ubuntu to act as generic one with
ln -s /usr/lib/libpcre.so.3 /usr/lib/libpcre.so.0
That's it. Now it works fine (form my activities)
adamkane
April 1st, 2006, 10:27 PM
phpmyadmin only works on mysql4/php4. Otherwise you have to install phpmyadmin from source.
LordHunter317
April 1st, 2006, 10:30 PM
I'd get used to using the monitor; it's still of poor quality but it's better than all the GUI tools, which are all extremely defcient in one way or another.
rupert
April 2nd, 2006, 04:18 AM
you can also use openoffice to edit the data in the tables, best for mass editing,
but the structure has to be already finished.
aPello
April 26th, 2006, 03:54 PM
phpmyadmin only works on mysql4/php4. Otherwise you have to install phpmyadmin from source.
All you need to do to install PHP Myadmin from source is download and extract the archive to your web folder. edit the conf a little bit to work with your settings (Mostly just how you want phpmyadmin to verify you, via http or cookies or what.)
adamkane
April 26th, 2006, 11:14 PM
All you need to do to install PHP Myadmin from source is download and extract the archive to your web folder. edit the conf a little bit to work with your settings (Mostly just how you want phpmyadmin to verify you, via http or cookies or what.)
Any chance you could put a guide together, and share the info with the rest of us? This type of question gets asked constantly, and there is no info how to install phpmyadmin from source along with a custom Ubuntu LAMP installation.
menaar
June 21st, 2006, 09:06 AM
I have a similar problem with mysql-query-browser that it crashes when you play with it too much.
And mysqladmin doesn't give you table queries, i think, correct me if i'm wrong.
I found a good program, called mysql-navigator.
It should be in your package manager, or check /usr/bin, it's probabaly there already.
By the way, do a ls /usr/bin/*sql* to see all the utilities you've got for mysql.
mdurham
June 21st, 2006, 09:43 PM
have you tried SQLyog? http://www.webyog.com/ I could only find a free Windows version, but it seems to work ok under Wine.
menaar
June 22nd, 2006, 09:45 AM
Thank you..
It's really nice.
Are you getting this error when you start it?
It doesn't seem to affect anything, I was just curious.
The error is:
Error in CreateFavFolder
and then
Error in AddMenu
menaar
June 22nd, 2006, 09:55 AM
Also when I try going into the data migration it tells me
Unable to set user enviroment.
Maybe I should take this to the sqlyog forums.
I don't know if it's a wine issue or a sqlyog issue.
mdurham
June 22nd, 2006, 07:41 PM
menaar, I don't see any errors when running sqlyog under Wine but I don't run from a terminal, do you see the error messages in a terminal or what?
menaar
June 23rd, 2006, 02:16 AM
I'll tell you, I had alot of problems with the wine install, because I installed it directly from the link. ( I had the option to install with wine when I clicked on the link. Funny that when I tried today to redownload it, I didn't get that option.)
I reinstalled it from the command line, and it wouldn't open at all, telling me I was missing the gdiplus.dll.
So I downloaded it from http://www.dll-files.com/dllindex/download.php?gdiplusdownload0UHdXEbMhP
and now it works fine with no errors.
Dustismo
July 10th, 2006, 03:12 PM
Navicat has a linux version which works well.. It is much better then all the others in terms of functionality and is pretty stable.. though it has the amazing ability to freeze my whole desktop on occasion (I thought user progs couldn't do that on linux, hehe)
menaar
July 11th, 2006, 12:34 AM
It says it's only a 30 free trial, though.
And I like sqlyog with wine.
It works perfectly.
DouglasAWh
October 17th, 2007, 08:13 PM
I've got MySQL Query Browser installed, which came from the Ubuntu repository. It appears in Applications->Other. I still haven't used it though; I just work at the terminal.
Mine shows up in Applications --> Programming.
pedrotuga
October 17th, 2007, 08:40 PM
I use mysql-administrator and mysql-query-browser on a dailly basis. I don't see how these are limited. Sure they could have been put together in one aplication, but they will basically do everything you might need.
Simply install them from ubuntu repositories.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.