I must say, I'm bored of phpmyadmin. We are in 2009 and have to work with this usefull tool and to wait everypage to reload after every action. Are any ajaxed alternatives outhere? Maybe phpmyadmin himself is going to be ajaxized?

link
3  
Would you prefer a useless tool? – troelskn Aug 24 '09 at 22:19
feedback

20 Answers

SQL Buddy

link
It could not handle all the stuff you could do with PHPMyAdmin, but for the most common tasks it is ok. – Hippo Dec 12 '09 at 16:28
1  
Latest SQL Buddy was released: January 18, 2011 – Daniel Magnusson Jan 20 at 13:36
feedback

MonoQL! http://demo.monoql.com/

link
feedback

These aren't necessarily AJAX but thought I'd list them as they may be useful to other people:

link
2  
Adminer is the former phpMinAdmin. – Alix Axel Nov 17 '09 at 21:04
1  
Adminer is the fastest coolest admin ever! – praksant May 14 '10 at 0:55
feedback

Try SQLyog. It offers much more than the PhpMyAdmin, but this is not a web-interface and its more like SQL Server Management Studio.

link
feedback

Adminer (previously known as phpMinAdmin) is an excellent solution. I'm using only Adminer for a lot of my projects. In their homepage you can see a list of features and some screenshots. Here you can see a detailed comparison of adminer vs phpmyadmin

  • It support multiple database engines (currently, MySQL, PostgreSQL, SQLite, MS SQL, Oracle)
  • Support translation (As of now, 20 23 languages available)
  • Skin-able by CSS
  • Support plugins
  • Wordpress plugin, Joomla extension, Drupal module, TYPO3 extension
  • PHP 4.3.3+ and PHP 5
  • Free even for commercial use
  • Online Adminer demo

They also have a specialized DB editing interface called Adminer Editor.

link
feedback

Try Dblite. It's powerful AJAX alternative to phpmyadmin and in some ways even better than the Desktop clients like SQLYog or Navicat. It has got a demo site demo.dblite.com as well as full featured cloud-hosted online version user.dblite.com.

link
feedback

I added MyWebSQL as an answer to this question, and stackoverflow community deleted my answer. May I humbly ask what wrong did that answer do ?? Is this what stackoverflow is all about? biased asnwers and ratings?

link
feedback

There was a previous recommendation here for MyWebSQL (not sure where the post went). It's very light and quick, found it quite handy.

link
feedback

MonoQL is the answer. A modern AJAX client tool for phpMyAdmin. Check it out: http://demo.monoql.com. You can download it from sourceforge...

link
feedback

I would recommend RazorSQL. Manage multiple servers, supports databases other than MySQL like PostgreSQL, MS SQL Server, SQLite, Oracle, etc. and has a PHP bridge if your MySQL instance doesn't allow remote access.

link
feedback

If you only care about providing yourself with an admin tool, not having web-access, and don't mind spending some money, I'd recommend Navicat for MySQL (http://navicat.com/en/products/navicat%5Fmysql/mysql%5Foverview.html). I love having one program to manage MySQL across multiple servers.

link
feedback

I currently using dbninja.com for my stuff. Amazing web based technology.

link
Welcome to Stack Overflow. This is not a forum, but you'll unlock commenting with a few upvotes. In the meantime please use the Answer button for actual answers only. – badp Jan 5 '11 at 23:28
feedback

I found this one, though I haven't tried it yet: SQL Buddy.

PhpMyAdmin is working on an AJAXified version too, though it looks like progress is slow. Edit: they've abandoned this, apparently. (at least, the wiki page is deleted)

link
Page deleted? :/ – SalmanPK Feb 21 '11 at 21:28
feedback

i know this thread is old.... just for the reference I'm adding another one http://mywebsql.net/

link
feedback

SQL Buddy might look cute, be fast and better than Phpmyadmin, but it has its limitations. It doesn't let you convert data upon insert, I mean say you want to enter data directly into the database like a user and the password field stores a SHA1 hash of the password, Phpmyadmin lets you convert your input to SHA1, MD5 and more, SQL Buddy doesn't. Small oversight, but it's something I find useful in a web SQL client.

link
feedback

Does it have to be web based? If you really want the responsiveness of a client app, you could use something like Sequel Pro (Mac).

link
feedback

I'm currently trying SIDU 3.2 DB Web GUI

Looks promising.

link
feedback

Big improvements in phpMyAdmin 3.4.0

Now supports AJAX (partially) and editing data and querys inline! :D

link
feedback

I am using chive since a while and pretty happy with it.

Powered by Yii Framework, it has all the features of phpMyAdmin.

link
feedback

phpMyAdmin does use AJAX in the current versions. (yes, I realize the question is 2y old - but still worth mentioning IMO)

link
feedback

protected by Dori Jul 15 '11 at 8:27

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.