tags:

views:

209

answers:

8

implementing a database and need an easy to use frontend. Have tried: HeidiSQL - editing fields was very tedious MySQL-Front - wasnt adding tables through the SQL Editior, and only updated when the prog was restarted.

Can anyone recommend a Frontend which they think would be appropriate?

Many thanks

A: 

Navicat

Jage
+6  A: 

People go back and forth, but when it comes to mySQL, the best interface is PHPMyAdmin. it's intuitive and really let's you do everything you need.

Marcos Placona
+1 for PHPMyAdmin, but on a hosted db's from Dreamhost it's dog slow.
Alan
I would disagree. For quick stuff it's fine. Backups are rough. I don't believe it has the ability to do even data / structure syncs with other databases and across servers.
Jage
@Jage you have a point, but I think by the OP's question, data syncs across servers aren't really under consideration, based on "beginner user" ;-)
richsage
+3  A: 

Have you looked at MySql Workbench?

Download Site

Alan
URL should be http://dev.mysql.com/downloads/workbench/5.2.html
Felix
fixed thanks!!!
Alan
+1  A: 

Squirrel is pretty nice:

http://squirrel-sql.sourceforge.net/

Works in linux and windows.

thanks guys! much appreciated!
aadersh patel
Java!! Run!! Sorry, I tend to hate anything Java that has a GUI.
Felix
I tend to agree. I like squirrel though because I deal with Mysql, Oracle, SQLServer, DB2 on both windows and linux. Mysql only ow windows-only options won't help there and I always had trouble with Toad.
A: 

I use Toad for MySQL on Windows.

http://www.quest.com/toad-for-mysql/

I use Sequel Pro on Mac.

http://www.sequelpro.com/

Aaron Havens
A: 

If you do not mind using a different implementation of SQL standard, you can use Postgres. Then you can use pgadmin http://www.pgadmin.org/. It is really powerful and simple to use. Here is a link describing the differences between the two implementations: http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL.

John
+1  A: 

SQLYog is the shit for Windows or Linux

Paul
Having a background with SQL Server and its front-end, I found SQLYog fairly natural to pick up.
Frank Schwieterman
A: 

For Windows, use Database Workbench Pro, or the FREE Database Workbench Lite for MySQL.

Martijn Tonies