vote up 6 vote down star
2

I have been using the MySql Query Browser and [opinion]it has to be the worst UI that I've seen for anything. Ever.[/opinion] But it's free, so it's great and I love it.

Can anybody recommend any better, free tools for MySql DB admin? I want it to run on my local machine and not in a browser, if possible...

Edit: I'm on Windows, but if something works on OSX, Windows and Linux, that would be great...

Edit: I chose a best answer based on my preference after testing. Navicat (PC, Mac, Linux) was best, HeidiSQL is great too (perhaps more complete, but the UI is a bit clumsier), and the rest are relatively annoying (again, for what I need in a UI)... this is pretty subjective, but I think if you try them all as I did, you'll agree with my top two choices.

Edit: After actually trying them out working, HeidiSQL is the best. Again, it's my opinion...

flag

61% accept rate
Hi Lyrae, I'm on OSX now, so thanks anyway and best of luck with that. The problem with these is the amount of fine-grained stuff you have to develop on the UI... let me know how it turns out. – yar Jun 17 at 0:55

12 Answers

vote up 6 vote down check

Go for HeidiSQL. It's free, easy to use and does practically everything you may think of.

link|flag
I'll check it out shortly. Thanks! – yar Dec 27 '08 at 23:20
Kind of enjoying Navicat more. – yar Dec 28 '08 at 0:40
Now under closer examination, HeidiSQL is cooler. Much cooler. – yar Jan 5 at 22:34
vote up 4 vote down

What platform do you intend this for?

There's sort of a rule that MySQL GUI clients must all be buggy, but navicat is still much more reliable than MySQL Query Browser in my experience. (Just get the free edition.)

link|flag
Navicat is working perfectly. I'll vote you up tomorrow when I get my points again. – yar Dec 27 '08 at 23:19
vote up 1 vote down

I second Navicat. The "Lite" version is free and it runs on Linux (via Wine), Mc and Windows.

link|flag
You wouldn't want to detail how to run it in Linux via Wine, would you? – yar Dec 28 '08 at 0:36
I don't know. I do know it runs a wine vm when it starts. – Stephen Cox Dec 28 '08 at 1:36
vote up 3 vote down

I have used Toad for MySQL, I think it is pretty good (only Windows though).

link|flag
Windows only and pretty annoying in my tests/opinion. Thanks for your answer, though! – yar Dec 28 '08 at 17:08
vote up 0 vote down

I second HeidiSQL.

I wish I could first that... but well.

link|flag
vote up 3 vote down

I get by with the community edition of sqlyog from www.webyog.com.

link|flag
I'll try it though it's really NagWare and it's only windows... – yar Dec 28 '08 at 16:38
It's annoying as a UI, but I upvoted you because it is a good answer.... :) – yar Dec 28 '08 at 16:43
vote up 1 vote down

SQL Squirrel is a very nice Swing client for any relational database that has a JDBC driver. I think it's pretty good, and it's free.

link|flag
I'll try it only to make sure that there are no good apps in Swing... :) – yar Dec 28 '08 at 16:39
I upvoted you because it's probably a good GUI if you are already using JDBC, but since it's not MySql-specific it is missing things from the get-go (like being able to list the DBs). Plus, it is a typical Swing app, more for devs than users. – yar Dec 28 '08 at 16:49
vote up 0 vote down

Try the SQLYog MySQL GUI. The community edition is free and has proven to be more than adequate for what I need.

link|flag
we already have that in the list. – yar Dec 28 '08 at 17:09
vote up 0 vote down

no doubt, I voted Navicat! I've been using it for 3 years and it's super! Now, it supports Oracle database and I just downloaded its trial version.

link|flag
thanks, you could put that in a comment in the other answer on navicat. – yar Dec 29 '08 at 18:42
vote up 0 vote down

I bet Navicat is the best mysql gui!

link|flag
vote up 1 vote down

Two very worthy contenders:

Oracle SQLDeveloper (yes, made by Oracle, but works with MySQL and is free)

DBVisualizer (paid version is superb esp. for keyboard-shortcut jockeys, but there is a free version too)

link|flag
Nice! I'll check out the Oracle one for sure. – yar Feb 13 at 5:00
vote up 0 vote down

I use DbVisualizer Free edition. Cross platform, nice gui, easy to use.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.