views:

1347

answers:

8

Is there any webbased interface for MySQL better than phpMyAdmin? I use phpMyAdmin a lot but it is becoming a pain, especially it is slow sometimes.

I'd like to have deep export functionality like phpMyAdmin but more design features

+6  A: 

Why don't you just use a client? They are a lot nicer in my opinion.

I love SQLyog because it supports a lot of MySQL features (stored procedures) but I used to use HeidiSQL and it was nice as well.

As for web based clients, I haven't got any suggestions unfortunately.

Joe Philllips
+1  A: 

try checking these out http://www.webresourcesdepot.com/category/goodies/database/

as a client, I recommend EMS Manager, as well as for Posgtres

zalew
Fantastic link, provides a range of web based interfaces for MySQL. Good work. :)
Gerry
+2  A: 

I know about SqlBuddy. It has a simpler interface that phpMyAdmin - but pma is much more powerful.

There is also the VFront application. I have not tried it yet - so I cannot comment on it.

Binny V A
A: 

as a client I recommend Toad For Mysql (it is free)

Sulaiman
+2  A: 

As clients, the MySQL Query browser and Administrator are quite good. That has a number of different export facilities that are cool. If it needs to be web though, then you might be best sticking with the slow phpmyadmin.

Amadiere
+2  A: 

Among non-web clients, I use Navicat for MySQL. The free version can do everything phpMyAdmin can

Imran
A: 

I'd like to suggest AeroSQL, it's an open source (GPL) web based MySql Manager built using PHP and ExtJS library.

There is a demo, video and screenshots available.

Project homepage: http://www.burlaca.com/aerosql/

The key feature of the product is an intuitive management of the database content. The result of SELECTs is displayed in a grid as in traditional desktop applications. The grid is editable: you can update cells and save the changes to the backend database server.

+1  A: 

I suggest phpadminer because it is lightweight and has only one php file, but you should continue with slow phpmyadmin.

Shahnawaz Khan