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.
+1
A:
- MySQL Query Browser (
MySQL
) - pgAdmin III (
PostgreSQL
) - Allround Automations PL/SQL Developer (
Oracle
) - SQL Server Management Studio (
SQL Server
)
Quassnoi
2010-04-29 15:56:10
There is a free version of SQLyog. It is called the Community edition.
jake
2010-07-02 06:37:24
+2
A:
SQLyog Community Edition. The Community Edition is Free & Open Source under GPL license.
JYelton
2010-04-29 16:05:11
This is by far the best IDE for working with MySQL. I love it so much i actually paid for the full version.
jake
2010-07-02 06:36:34
+1
A:
If you happen to be using Mac OSX, I highly recommend http://www.sequelpro.com/ (it's free and awesome).
MikeF
2010-07-01 21:09:36