views:

70

answers:

8

Is their any GUI-interface for MySQL, like Microsoft SQL Server 2005 Server Management Studio provides? Because basically I am operating MySQL with command prompt interface.

A: 

Mysql query browser:

http://dev.mysql.com/downloads/gui-tools/5.0.html

Katalonis
MySQL Query Browser is EOL - better to use Workbench now.
Konerak
A: 

Do you want it for your local server then yes. There is a tool called "EMS sql Manager".

hope this will be useful.

Thanks

Shakti Singh
+4  A: 

phpMyAdmin should be enough for simple purposes. If not, you can use the MySQL Workbench package or search for commercial tools if you don't like it.

AndiDog
A: 

i used SQLYOG, you can download the Community edition (free) from :

http://code.google.com/p/sqlyog/downloads/list

Haim Evgi
+1  A: 

There used to be MySQL Administrator and MySQL Query Browser, but those are not supported anymore.

Clientside

Serverside

  • PHPMyAdmin is pretty friendly for inexperiences users, but more experiences users don't always like it.
Konerak
+1  A: 

I like Navicat or MySQL GUI tools

SubniC
A: 

SQLyog enterprise edition can be used for using mysql but it is not free.

steven spielberg