tags:

views:

88

answers:

8
+2  Q: 

MySQL GUI Programs

Are there any programs with a gui which let you create a MySQL database, create tables, define the primary and foreign keys and insert data? I am tired of having to use the mysql command line client, very tedious.

+3  A: 

I suggest you use phpMyAdmin. There is also MySQL Workbench.

RedFilter
+1  A: 
  • MySQL Query Browser (MySQL)
  • pgAdmin III (PostgreSQL)
  • Allround Automations PL/SQL Developer (Oracle)
  • SQL Server Management Studio (SQL Server)
Quassnoi
+2  A: 

these app arn't free but useful :

  1. SQLYOG

  2. Navicat

tawfekov
There is a free version of SQLyog. It is called the Community edition.
jake
+2  A: 

SQLyog Community Edition. The Community Edition is Free & Open Source under GPL license.

JYelton
This is by far the best IDE for working with MySQL. I love it so much i actually paid for the full version.
jake
A: 

OpenOffice.org Base

Sifter
+1  A: 

Toad is free and very powerful

+1  A: 

If you happen to be using Mac OSX, I highly recommend http://www.sequelpro.com/ (it's free and awesome).

MikeF
A: 

HeidiSQL FTW

Anpher