I must say, I'm bored of phpmyadmin. We are in 2009 and I have to work with this useful tool and to wait every page to reload after every action. Are any ajaxed alternatives out there? Maybe phpmyadmin himself is going to be ajaxized?
|
closed as off topic by Quentin, Bart, Laurent Etiemble, hohner, JaredMcAteer Feb 19 at 19:53
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
These aren't necessarily AJAX but thought I'd list them as they may be useful to other people: |
|||||||||||||
|
|
MonoQL! http://demo.monoql.com/ |
|||
|
|
|
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
They also have a specialized DB editing interface called Adminer Editor. |
||||
|
|
|
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. |
|||
|
|
|
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? |
|||
|
|
|
Try SQLyog. It offers much more than the PhpMyAdmin, but this is not a web-interface and its more like SQL Server Management Studio. |
||||
|
|
|
MonoQL is the answer. A modern AJAX client tool for phpMyAdmin. Check it out: http://demo.monoql.com. You can download it from sourceforge... |
|||
|
|
|
I'm currently trying SIDU 3.2 DB Web GUI Looks promising. |
|||
|
|
|
There was a previous recommendation here for MyWebSQL (not sure where the post went). It's very light and quick, found it quite handy. |
|||
|
|
|
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. |
|||
|
|
|
I currently using dbninja.com for my stuff. Amazing web based technology. |
||||
|
|
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. |
|||
|
|
|
I found this one, though I haven't tried it yet: SQL Buddy.
|
||||
|
|
|
i know this thread is old.... just for the reference I'm adding another one http://mywebsql.net/ |
|||
|
|
|
phpMyAdmin does use AJAX in the current versions. (yes, I realize the question is 2y old - but still worth mentioning IMO) |
|||
|
|
|
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. |
|||
|
|
|
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). |
|||
|
|
|
Big improvements in phpMyAdmin 3.4.0 Now supports AJAX (partially) and editing data and querys inline! :D |
|||
|
|
|
I am using chive since a while and pretty happy with it. Powered by Yii Framework, it has all the features of phpMyAdmin. |
|||
|
|
|
Another good alternative is: http://www.webdbadmin.com It's in pretty early stages but looks very promising. |
|||
|
|
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.