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.
MySQL Query Browser is EOL - better to use Workbench now.
Konerak
2010-10-28 07:37:02
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
2010-10-28 07:27:07
+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
2010-10-28 07:30:19
+1
A:
There used to be MySQL Administrator and MySQL Query Browser, but those are not supported anymore.
Clientside
- MySQL AB recommends to use the new MySQL Workbench (GUI Tool)
- TOAD and MySQLYog are pretty popular too.
Serverside
- PHPMyAdmin is pretty friendly for inexperiences users, but more experiences users don't always like it.
Konerak
2010-10-28 07:33:25
A:
I use toad http://www.toadsoft.com/toadmysql and the older mysql gui tools http://download.softagency.net/mysql/Downloads/MySQLGUITools/mysql-gui-tools-5.0-r17-win32.msi and sometimes the newer mysql workbench http://dev.mysql.com/downloads/workbench/
f00
2010-10-28 08:43:56
A:
SQLyog enterprise edition can be used for using mysql but it is not free.
steven spielberg
2010-10-28 08:50:42