
PhpMySQLConsole (PMC) is a web based MySQL command shell. PMC aims to be a web shell has same and more feautures and functionalites of real MySQL Shell. Integrating of PMC to any web application is very easy and dont need any firewall construction to access. Its completly http based.PMC consist of 2 important part, javascript console and PHP command interpreter. Javascript console provide a MySQL command prompt for user to type their commands with some usefull functionalities such as *nix like select-copy and command history which can be used arrow keys. Then other important part is PHP command interpeter run on server side. This is a PHP script run on PHP and MySQL supported server The script interperets commands which coming from javascript console via XMLHttp request and print out results to javascript console again XMLHttp.

PhpMySQLConsole 0.1 was released by Tankado.com on Sunday 18 February 2007.