WP MySQL Console is a web shell to operate databases such as mysql command shell for developers. Its most original way to operate DBs, you should try.
WP MySQL Console (WPMC) is a web based MySQL command shell. WPMC aims to be a web shell has same functionalites of real MySQL Shell. Integrating of WPMC to any web application such as WP is very easy because dont need any firewall construction. Its completly http based. I ported WPMC from phpMySQLConsole.
WPMC 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 via XMLHttp.
Benefits
Features
In the Future
Keywords: phpMySQLConsole, WP MySQL Console, MySQL Console
More can be read on the phpMySQLConsole also write any issue as comment from there.
Check out my other plugins:
Requires: 3.1 or higher
Compatible up to: 3.2.1
Last Updated: 2011-9-4
Downloads: 5,715
Got something to say? Need help?