Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best GUI for managing MySQL 5.1? [closed]

What is the best GUI for managing MySQL 5.1 installation? Would like something as close to SQL Server's management tools as possible as that's where my experience is. The management client would need to run under Windows (XP, Vista (32 and 64-bit flavors), and 7 (32 and 64-bit flavors).

like image 777
Scott Mayfield Avatar asked Nov 09 '09 01:11

Scott Mayfield


5 Answers

I have been using SqlYog for about several years now and am very happy with it. It has the best interface I have seen. Navicat is good, but SqlYog is better. Plus there are several "power" features that come in handy like the query builder tab.

The Pro version is about $70 but there is a free community version.

enter image description here

http://www.webyog.com/en/downloads.php

like image 128
Ken Avatar answered Nov 20 '22 13:11

Ken


If you also have a PHP/Apache server, you can user phpMyAdmin or SQL Buddy. Otherwise, the MySQL GUI Tools (Query Browser and Administrator) are good.

like image 27
John Paulett Avatar answered Nov 20 '22 13:11

John Paulett


Check out MySQL Administrator and other GUI tools here.

like image 29
Brian Ensink Avatar answered Nov 20 '22 12:11

Brian Ensink


You might want to have a look at HeidiSQL. It's free and fast.

like image 22
marekventur Avatar answered Nov 20 '22 14:11

marekventur


So far the closest thing I've found is Navicat Lite http://www.navicat.com/

like image 33
Aaron Avatar answered Nov 20 '22 14:11

Aaron