tags:

views:

137

answers:

8

I am looking for best mysql admin tool. I have used MySQLAdmin and Toad for Mysql....

MySQLAdmin in not that good, and Toad keeps on firing exceptions...

Which tool do you use? Can you please share it with me?

Thanks and Regards

+9  A: 

You're not specifying any platforms, but if you're on Windows, the top tool must be HeidiSQL, hands down. It's free, and the new 5.0 (Beta right now but works perfectly for me) is the most convenient SQL administration tool I've ever used.

Pekka
Thank you very much... This is nice...
Software Enthusiastic
+3  A: 

I'm using MySQL Query Browser.... from Mysql :-) i think it's the best

Trickster
+1, along with MySQL Administrator.
fireeyedboy
+1  A: 

I use HeidiSQL

antyrat
+2  A: 

Isn't phpMyAdmin enough?

S.Mark
+1  A: 

For Windows client side I use MySQL Comand Center

For the server side I use phpMyAdmin

Kevin K
A: 

Sequel Pro is pretty cool if you're on a mac.

Ganesh Shankar
A: 

HeidiSQL is very usable and simple at the same time. Supports triggers and stored procedures and live editing of table data.

Peter Nis
A: 

I use SQLYog on a daily basis and I'd recommend it highly. The community edition is free and covers everything I do on a regular basis.

Cruachan