Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ajax phpmyadmin alternative? [closed]

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?

like image 571
user143520 Avatar asked Aug 24 '09 21:08

user143520


People also ask

Is there an alternative to phpMyAdmin?

The best alternative is DBeaver, which is both free and Open Source. Other great apps like phpMyAdmin are Adminer, MySQL Workbench, HeidiSQL and DataGrip. phpMyAdmin alternatives are mainly Database Managers but may also be Business Intelligence Tools.

How to make live search in php?

Create an XMLHttpRequest object. Create the function to be executed when the server response is ready. Send the request off to a file on the server. Notice that a parameter (q) is added to the URL (with the content of the input field)


1 Answers

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

  • Adminer
  • phpminiadmin
like image 119
ejunker Avatar answered Oct 10 '22 05:10

ejunker