tags:

views:

108

answers:

4

I'm looking for a GUI tool that requires minimal configuration which will enable an end-user (read cheap help) to add/delete/change MySQL table entries.

I don't want a tool that is a MySQL manager, configurator, administrator, etc. Just a simple front-end to display and manipulate data in a table.

What suggestions do you have?

I've looked all over and feel like I'm missing the obvious.

+1  A: 

You can use phpMyAdmin and set the user permissions to the table just to select data. The interface itself will adapt.

I'm supposing you're looking for web based solutions. I have some old clients in a hosting company named "dreamhost" and they offer this solution in a sub domain and it works pretty well.

Are you looking into an amazing GUI interface, or phpMyAdmin wth proper privilegies works for you?

GmonC
Actually, a GUI is fine. Preferable something platform independent, but something Windows only would work if it was good. Oh, and free/open source!
Art
I do agree phpMyAdmin interface isn't really pretty, but it's functional and well tested.
GmonC
+1  A: 

HeidiSql

alt text

Peter
A: 

Recently I came across SQLBuddy and fell in love with it ...

Screenshot

It feels a bit like phpMyAdmin but more elegant. The login is based on the mysql authentication, so the user needs to be set up properly in the database.

Cassy
+1  A: 

There's the MySQL GUI Tools/MySQL Workbench. They handle pretty much anything you can throw at them and are open source, free, and cross platform compatible. For end-users, you would only want to install the Query Browser from the GUI Tools.

I also mentioned Workbench because the GUI Tools are discontinued with all of their features being rolled into Workbench.

DBA_Alex
I didn't know the GUI Tools are discontinued. Where did you read that? AFAIK the Workbench doesn't include a "run a query" option yet!?
Cassy
Check the 5.2 beta and you'll start seeing the query browser features. Just be warned that the file format is forward-compatible, but not backwards compatible.http://wb.mysql.com/?p=406 has a walkthrough of the new features.
DBA_Alex